1
0
Fork 0
wgpu-rs/Cargo.toml

13 lines
348 B
TOML
Raw Normal View History

2020-11-29 18:18:11 +01:00
[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]
2020-12-04 21:44:51 +01:00
engine_utils = { path = "engine_utils" }
engine_math = { path = "engine_math" }
engine_core = { path = "engine_core" }