mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
16 lines
No EOL
513 B
TOML
16 lines
No EOL
513 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", rev = "8628b227bcbe57582fffb5e80e73c634ec4eebd9" }
|
|
legion_transform = { path = "src/legion_transform" }
|
|
nalgebra-glm = "0.5.0"
|
|
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs.git", rev = "44fa1bc2fa208fa92f80944253e0da56cb7ac1fe"}
|
|
winit = "0.20.0-alpha4"
|
|
glsl-to-spirv = "0.1"
|
|
zerocopy = "0.2"
|
|
log = "0.4"
|
|
env_logger = "0.7" |