learn-wgpu/code/showcase/pong/Cargo.toml
2020-11-11 16:06:53 -07:00

24 lines
407 B
TOML

[package]
name = "pong"
version = "0.1.0"
authors = ["Ben Hansen <bhbenjaminhansen@gmail.com>"]
edition = "2018"
[dependencies]
winit = "0.22"
shaderc = "0.6"
anyhow = "1.0"
bytemuck = { version = "1.4", features = [ "derive" ] }
cgmath = "0.17"
futures = "0.3"
wgpu = "0.6"
wgpu_glyph = "0.10"
rand = "0.7"
rodio = "0.11"
[build-dependencies]
anyhow = "1.0"
fs_extra = "1.2"
glob = "0.3"
shaderc = "0.6"