14 lines
No EOL
328 B
TOML
14 lines
No EOL
328 B
TOML
[package]
|
|
name = "engine_core"
|
|
version = "0.0.1"
|
|
authors = ["Florian RICHER <florian.richer@unova.fr>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4.17"
|
|
image = "0.24.2"
|
|
winit = "0.26.1"
|
|
cgmath = "0.18"
|
|
wgpu = "0.12.0" |