schule-pong/Cargo.toml

11 lines
212 B
TOML
Raw Normal View History

2024-02-02 07:52:26 +00:00
[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"