1
0
Fork 0

Replace vulkano by wgpu

This commit is contained in:
Florian RICHER (MrDev023) 2021-08-28 22:15:59 +02:00
parent d058c30d02
commit 9fff11fb19
25 changed files with 2561 additions and 3047 deletions

View file

@ -1,12 +1,11 @@
[package]
name = "tuto1"
version = "0.1.0"
authors = ["Florian RICHER <florian.richer@unova.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
engine_utils = { path = "engine_utils" }
engine_math = { path = "engine_math" }
engine_core = { path = "engine_core" }
[package]
name = "tuto1"
version = "0.1.0"
authors = ["Florian RICHER <florian.richer@unova.fr>"]
edition = "2018"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
engine_core = { path = "engine_core" }