schule-pong/Cargo.toml

11 lines
366 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]
2024-02-22 17:10:37 +00:00
softbuffer = { version = "0.4.1", default-features = false, features = [ "kms", "x11", "x11-dlopen"] }
2024-02-22 10:14:40 +00:00
winit = { version = "0.29.10", default-features = false, features = [ "x11", "rwh_06" ] }