change project structure to make more sense

(move wm only stuff to wm dir)
This commit is contained in:
stjet
2025-04-21 06:57:42 +00:00
parent c5a41244b4
commit 667b4cd2d9
31 changed files with 87 additions and 71 deletions

14
wm/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "wm"
version = "1.0.3"
repository = "https://github.com/stjet/ming-wm"
license = "GPL-3.0-or-later"
edition = "2021"
[dependencies]
ming-wm-lib = { path = "../ming-wm-lib" }
linux = { path = "linux" }
blake2 = { version = "0.10.6", default-features = false }
termion = { version = "4.0.3" }
bmp-rust = "0.5.0"