1
0
Fork 0
forked from wry/wry

autocommit 2022-03-13 22:20:31 CET

This commit is contained in:
Julian Orth 2022-03-13 22:20:31 +01:00
parent 156bd5b042
commit a15a02a95c
38 changed files with 63 additions and 66 deletions

View file

@ -1,11 +1,11 @@
[package]
name = "i4"
name = "jay"
version = "0.1.0"
edition = "2021"
build = "build/build.rs"
[workspace]
members = ["i4config", "default-config"]
members = ["jay-config", "default-config"]
[profile.release]
panic = "abort"
@ -39,7 +39,7 @@ bincode = "2.0.0-beta.3"
pangocairo = "0.15.1"
cairo-rs = { version = "0.15.1", features = ["png"] }
pango = { version = "0.15.2", features = ["v1_44"] }
i4config = { path = "i4config" }
jay-config = { path = "jay-config" }
default-config = { path = "default-config" }
x11rb = { version = "0.9.0", features = ["composite", "cursor"] }
pin-project = "1.0.10"