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

5
wlx-common/src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod astr_containers;
pub mod common;
pub mod config;
pub mod overlays;
pub mod windowing;