web-stack-project/Cargo.toml

11 lines
247 B
TOML
Raw Permalink Normal View History

2023-01-18 16:56:05 +00:00
[package]
name = "web-stack-project"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2023-01-20 14:47:43 +00:00
[dependencies.sdl2]
version = "0.35.2"
features = ["image", "mixer", "ttf"]