scaffold: Cargo.toml, module stubs, layer-shell window (step 1+2)

This commit is contained in:
Breadway 2026-05-17 00:38:19 +08:00
commit 1bbe9a2929
1375 changed files with 7293 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "aster"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk4 = "0.11"
gtk4-layer-shell = "0.8"
relm4 = { version = "0.11", features = ["macros"] }
hyprland = "0.4.0-beta.3"
zbus = { version = "5", default-features = false, features = ["tokio"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"