bevy/Cargo.toml

20 lines
545 B
TOML
Raw Normal View History

2019-11-13 03:36:02 +00:00
[package]
name = "bevy"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
legion = { git = "https://github.com/TomGillen/legion.git", rev = "8628b227bcbe57582fffb5e80e73c634ec4eebd9" }
2019-12-04 08:11:14 +00:00
legion_transform = { path = "src/transform" }
2019-12-01 01:42:27 +00:00
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "44fa1bc2fa208fa92f80944253e0da56cb7ac1fe"}
2019-12-04 08:11:14 +00:00
glam = "0.8.3"
2019-12-01 01:42:27 +00:00
winit = "0.20.0-alpha4"
glsl-to-spirv = "0.1"
zerocopy = "0.2"
log = "0.4"
2019-12-03 08:30:30 +00:00
env_logger = "0.7"
rand = "0.7.2"
[profile.release]
debug = true