1
0
Fork 0
wgpu-rs/Cargo.toml

12 lines
316 B
TOML
Raw Normal View History

2021-08-28 22:15:59 +02:00
[package]
name = "tuto1"
version = "0.1.0"
authors = ["Florian RICHER <florian.richer@unova.fr>"]
2022-06-08 13:00:04 +02:00
edition = "2021"
2021-08-28 22:15:59 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-08 13:00:04 +02:00
engine_core = { path = "engine_core" }
simplelog = "0.12.0"
pollster = "0.2"