[package] name = "abletk-cairo" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] raw-window-handle = "0.4.3" cairo-sys-rs = { version = "0.15.1", features = ["xlib"] } x11 = "2.19.1"