Replace vulkano by wgpu
This commit is contained in:
parent
d058c30d02
commit
9fff11fb19
25 changed files with 2561 additions and 3047 deletions
23
Cargo.toml
23
Cargo.toml
|
@ -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" }
|
Loading…
Add table
Add a link
Reference in a new issue