abletk/abletk-cairo/Cargo.toml
TheOddGarlic c41c2b9c69 new cairo backend! for now only tested on X11 on Linux
also includes a couple small changes everywhere
2022-05-21 15:30:06 +03:00

12 lines
283 B
TOML

[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"