start menu dynamically find window binaries, break out ming-wm-lib

also, fix so audio player compiles, fix for empty draw instructions vec
This commit is contained in:
stjet
2025-03-03 07:12:29 +00:00
parent 1b9922d70f
commit 9eb9ace77f
40 changed files with 912 additions and 202 deletions

9
ming-wm-lib/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "ming-wm-lib"
version = "0.1.2"
repository = "https://github.com/stjet/ming-wm"
description = "library for building windows for ming-wm in rust"
license = "GPL-3.0-or-later"
edition = "2021"
[dependencies]