X11-test/Cargo.toml

11 lines
240 B
TOML
Raw Normal View History

2023-07-25 12:21:10 -05:00
[package]
name = "x11_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gif = "*"
x11rb = { version = "0.12.0", features = ["image"] }