oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
387 bytes raw
1
[package]
2
name = "oxwm"
3
version = "0.3.0"
4
edition = "2024"
5
6
[lib]
7
name = "oxwm"
8
path = "src/lib.rs"
9
10
[[bin]]
11
name = "oxwm"
12
path = "src/bin/main.rs"
13
14
[dependencies]
15
x11 = { version = "2.21", features = ["xlib", "xft"] }
16
x11rb = { version = "0.13", features = ["cursor", "xinerama"] }
17
anyhow = "1"
18
chrono = "0.4"
19
dirs = "5.0"
20
serde = { version = "1.0", features = ["derive"] }
21
ron = "0.8"