roftl/Cargo.toml

17 lines
421 B
TOML
Raw Normal View History

2021-08-21 15:58:30 +00:00
[package]
name = "roftl"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-09-12 14:33:52 +00:00
log = "0.4"
env_logger = "0.9.0"
2021-10-03 21:07:19 +00:00
rayon = "1.5.1"
2021-10-11 18:41:05 +00:00
winit = "0.25"
cairo-rs = {version = "0.14.0", features = ["xcb"]}
cairo-sys-rs = {version = "0.14.0", features = ["xcb"]}
2021-10-03 21:07:19 +00:00
xcb = "0.9.0"
xcb-util = {version = "0.3.0", features = ["ewmh", "icccm"]}