aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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