mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-08 07:10:33 +00:00
24 lines
368 B
TOML
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"
|