add wlx-common lib, move GeneralConfig into it
This commit is contained in:
@@ -31,7 +31,7 @@ dbus = { version = "0.9.9" }
|
||||
futures = "0.3.31"
|
||||
glam = { workspace = true, features = ["mint", "serde"] }
|
||||
idmap = { workspace = true, features = ["serde"] }
|
||||
idmap-derive = "0.2.2"
|
||||
idmap-derive = { workspace = true }
|
||||
input-linux = "0.7.1"
|
||||
json = { version = "0.12.4", optional = true }
|
||||
json5 = "0.4.1"
|
||||
@@ -61,6 +61,7 @@ strum = { version = "0.27.2", features = ["derive"] }
|
||||
sysinfo = { version = "0.37" }
|
||||
thiserror = "2.0"
|
||||
wlx-capture = { path = "../wlx-capture" }
|
||||
wlx-common = { path = "../wlx-common" }
|
||||
libmonado = { version = "1.3.2", optional = true }
|
||||
winit = { version = "0.30.12", optional = true }
|
||||
xdg = "3.0"
|
||||
|
||||
Reference in New Issue
Block a user