schule-pong/Cargo.toml
2024-02-02 08:52:26 +01:00

10 lines
212 B
TOML

[package]
name = "pong"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
softbuffer = "0.4.1"
winit = "0.29.10"