2020-05-14 21:03:58 +00:00
|
|
|
[package]
|
|
|
|
name = "pong"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Ben Hansen <bhbenjaminhansen@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
winit = "0.22"
|
2020-05-28 19:47:05 +00:00
|
|
|
shaderc = "0.6"
|
2020-09-19 21:31:54 +00:00
|
|
|
anyhow = "1.0"
|
2020-11-11 23:06:53 +00:00
|
|
|
bytemuck = { version = "1.4", features = [ "derive" ] }
|
2020-09-19 21:31:54 +00:00
|
|
|
cgmath = "0.17"
|
|
|
|
futures = "0.3"
|
|
|
|
wgpu = "0.6"
|
|
|
|
wgpu_glyph = "0.10"
|
|
|
|
rand = "0.7"
|
|
|
|
rodio = "0.11"
|
2020-05-14 21:03:58 +00:00
|
|
|
|
2020-09-19 21:31:54 +00:00
|
|
|
[build-dependencies]
|
|
|
|
anyhow = "1.0"
|
|
|
|
fs_extra = "1.2"
|
|
|
|
glob = "0.3"
|
|
|
|
shaderc = "0.6"
|