From 592f1941d2cbf2185a1dfc641ad33afead4d3cfb Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 27 Nov 2019 23:28:58 +0530 Subject: deps --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..596db35 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "xcursorlocate" +version = "0.1.0" +authors = ["Akshay "] +edition = "2018" + + +[dependencies.xcb] +version = "0.9" +features = ["shape"] # NOTE: mapping and unmapping circular windows might be faster + -- cgit v1.2.3