aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-11-27 17:58:58 +0000
committerAkshay <[email protected]>2019-11-27 17:58:58 +0000
commit592f1941d2cbf2185a1dfc641ad33afead4d3cfb (patch)
tree4506e4d1d52beb5961a5938aeb4df239b8bec97b
parentaeb35ef422c14f8bedb9e139de36f806dc16e510 (diff)
deps
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..596db35
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2name = "xcursorlocate"
3version = "0.1.0"
4authors = ["Akshay <[email protected]>"]
5edition = "2018"
6
7
8[dependencies.xcb]
9version = "0.9"
10features = ["shape"] # NOTE: mapping and unmapping circular windows might be faster
11