bump penrose to 0.3.1, change key bindings

This commit is contained in:
2023-02-14 21:31:42 +01:00
parent 6caecdb766
commit 556a0a60ec
3 changed files with 485 additions and 316 deletions

View File

@ -1,9 +1,12 @@
[package]
name = "lupan-wm"
version = "0.1.0"
edition = "2018"
version = "0.1.1"
edition = "2021"
[dependencies]
clap = { version = "3.0.5", features = ["derive"] }
penrose = "0.2.1"
penrose = "0.3.1"
penrose_ui = "0.1.1"
simplelog = "0.8"
tracing = { version = "0.1.37", features = ["attributes", "log"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }