add wlx-common lib, move GeneralConfig into it

This commit is contained in:
Aleksander
2025-11-25 00:21:51 +01:00
parent a6da79bf3d
commit 8485639e00
35 changed files with 601 additions and 566 deletions

12
Cargo.lock generated
View File

@@ -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",