init commit
This commit is contained in:
commit
ae577cdc2c
8 changed files with 3364 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue