aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 089ccf4774d3d5ab598566c56e5aef9ec6804eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "xcursorlocate"
version = "0.1.1"
authors = ["Akshay <[email protected]>"]
edition = "2018"
description = "cursor location indicator for X11"
homepage = "https://github.com/nerdypepper/xcursorlocate"
repository = "https://github.com/nerdypepper/xcursorlocate"
readme = "./readme.md"
keywords = ["cursor", "x11", "visual", "xcb"]
categories = ["graphics", "visualization"]
license = "GPL-3.0-or-later"

[dependencies]
confy = "0.3.1"

[dependencies.xcb]
version = "0.9"
features = ["shape"] # NOTE: mapping and unmapping circular windows might be faster

[dependencies.serde]
version = "1.0.103"
features = ["derive"]