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

14 lines
328 B
TOML
Raw Normal View History

2021-08-28 22:15:59 +02:00
[package]
name = "engine_core"
version = "0.0.1"
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
log = "0.4.17"
image = "0.24.2"
winit = "0.26.1"
2021-08-28 22:15:59 +02:00
cgmath = "0.18"
2022-06-08 13:00:04 +02:00
wgpu = "0.12.0"