diff options
author | Akshay <[email protected]> | 2019-11-27 17:58:58 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2019-11-27 17:58:58 +0000 |
commit | 592f1941d2cbf2185a1dfc641ad33afead4d3cfb (patch) | |
tree | 4506e4d1d52beb5961a5938aeb4df239b8bec97b | |
parent | aeb35ef422c14f8bedb9e139de36f806dc16e510 (diff) |
deps
-rw-r--r-- | Cargo.toml | 11 |
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] | ||
2 | name = "xcursorlocate" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Akshay <[email protected]>"] | ||
5 | edition = "2018" | ||
6 | |||
7 | |||
8 | [dependencies.xcb] | ||
9 | version = "0.9" | ||
10 | features = ["shape"] # NOTE: mapping and unmapping circular windows might be faster | ||
11 | |||