11 lines
320 B
TOML
11 lines
320 B
TOML
[package]
|
|
name = "workshop-or-town-or-someshit"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ash = { version = "0.38.0", features = ["linked"] }
|
|
ash-window = "0.13.0"
|
|
raw-window-handle = "0.6.2"
|
|
wayland-backend = { version = "0.3.15", features = ["client_system", "raw-window-handle"] }
|
|
wayland-client = "0.31.14"
|