roftl/Cargo.toml

27 lines
617 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"
winit = {git="https://github.com/rust-windowing/winit"}
2021-10-11 18:41:05 +00:00
cairo-rs = {version = "0.14.0", features = ["xcb"]}
cairo-sys-rs = {version = "0.14.0", features = ["xcb"]}
2021-10-31 17:38:19 +00:00
pangocairo = "0.14.0"
2021-10-03 21:07:19 +00:00
xcb = "0.9.0"
xcb-util = {version = "0.3.0", features = ["ewmh", "icccm"]}
fuzzy-matcher = "0.3.7"
walkdir = "2.3.2"
freedesktop_entry_parser = "1.2.0"
2021-10-26 07:19:36 +00:00
nix = "0.23.0"
2021-10-26 22:07:24 +00:00
fuse-rust = "0.3.0"
anyhow = "1.0.44"