1
0
Fork 0
wgpu-rs/engine_core/Cargo.toml

14 lines
No EOL
324 B
TOML

[package]
name = "engine_core"
version = "0.0.1"
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]
image = "0.23"
winit = "0.25"
cgmath = "0.18"
wgpu = "0.10.1"