init commit

This commit is contained in:
IoIxD 2026-07-04 20:11:23 -07:00
commit ae577cdc2c
8 changed files with 3364 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "milkyway"
version = "0.1.0"
edition = "2024"
[dependencies]
parking_lot = "0.12.5"
smithay = { version = "0.7.0", features = ["wayland-backend", "xwayland"] }
wayland-protocols = { version = "0.32.13", features = ["wayland-server", "server"] }
wayland-server = { version = "0.31.13", features = ["dlopen"] }
winit = "0.30.13"