We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154b29f commit c2d7fd9Copy full SHA for c2d7fd9
crates/penrose_ui/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
9
cairo-rs = { version = "0.15.6", features = ["xcb"] }
10
pangocairo = { version = "0.15.1" }
11
pango = { version = "0.15.6" }
12
-penrose = { path = "../../" }
+penrose = { version = "0.3.0", path = "../../" }
13
tracing = { version = "0.1", features = ["attributes", "log"] }
14
thiserror = "1.0.37"
15
x11rb = { version = "0.10", features = ["randr", "render"] }
0 commit comments