bevy/Cargo.toml
2019-11-12 22:31:17 -08:00

12 lines
304 B
TOML

[package]
name = "bevy"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
# legion = { git = "https://github.com/TomGillen/legion.git" }
legion = { git = "https://github.com/jaynus/legion.git" }
nalgebra = "0.18"
wgpu = "0.4.0"
winit = "0.20.0-alpha4"