aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e4517b07c10234358189a8cac428343359c97bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xcursorlocate"
version = "0.1.1"
authors = ["Akshay <[email protected]>"]
edition = "2018"

[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"]