blob: 596db35a6f70efc43aa2425f61e2f5af78d0da45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "xcursorlocate"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
edition = "2018"
[dependencies.xcb]
version = "0.9"
features = ["shape"] # NOTE: mapping and unmapping circular windows might be faster
|