diff options
-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 | |||