separate windows out, IPCcargo run --release!

This commit is contained in:
stjet
2024-10-22 05:28:23 +00:00
parent decf1d3b82
commit cfece80c66
22 changed files with 305 additions and 135 deletions

View File

@@ -1,7 +1,8 @@
[package]
name = "ming-os-kernel"
name = "ming-wm"
version = "0.1.0"
edition = "2018"
default-run = "main"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,3 +13,5 @@ bmp-rust = "0.4.1"
termion = "4.0.3"
rodio = "0.19.0"
rand = "0.8.5"
ron = "0.8"
serde = { version = "1", features = ["derive"] }