h5-projekt-mst/game/Cargo.toml

9 lines
163 B
TOML

[package]
name = "skate-slope"
version = "0.1.0"
edition = "2021"
[dependencies]
sdl3 = { version = "0.18.0", features = ["ttf", "use-pkg-config"] }
rand = "0.8"