Having fun

This commit is contained in:
Piotrek
2021-04-12 11:58:40 +02:00
commit 93c535626a
12 changed files with 2157 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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"