18 lines
348 B
TOML
18 lines
348 B
TOML
[package]
|
|
name = "wgpufun"
|
|
version = "0.1.0"
|
|
authors = ["Piotrek <piotrek54pl@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
winit = "0.24"
|
|
wgpu = "0.7"
|
|
futures = "0.3"
|
|
|
|
[build-dependencies]
|
|
anyhow = "1.0"
|
|
fs_extra = "1.1"
|
|
glob = "0.3"
|
|
shaderc = "0.7" |