learn-wgpu/code/showcase/pong/Cargo.toml
2020-09-19 15:31:54 -06:00

24 lines
368 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 = "1.4"
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"