add wlx-common lib, move GeneralConfig into it
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -6847,6 +6847,17 @@ dependencies = [
|
||||
"wayland-protocols",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wlx-common"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"glam",
|
||||
"idmap",
|
||||
"idmap-derive",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wlx-overlay-s"
|
||||
version = "25.4.2"
|
||||
@@ -6902,6 +6913,7 @@ dependencies = [
|
||||
"wgui",
|
||||
"winit",
|
||||
"wlx-capture",
|
||||
"wlx-common",
|
||||
"xcb",
|
||||
"xdg 3.0.0",
|
||||
"xkbcommon 0.9.0",
|
||||
|
||||
Reference in New Issue
Block a user