Initial Commit

This commit is contained in:
Marco Thomas
2021-08-17 19:14:40 +02:00
commit 9876672a3e
5 changed files with 2245 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "wgpu-rs-learning"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.23"
winit = "0.25"
cgmath = "0.18"
env_logger = "0.9"
log = "0.4"
wgpu = "0.9"
pollster = "0.2"