montociel/Cargo.toml

16 lines
435 B
TOML
Raw Normal View History

2021-11-28 17:53:11 +01:00
[package]
name = "montociel"
version = "0.1.0"
edition = "2021"
2021-11-28 17:54:30 +01:00
resolver = "2"
2021-11-28 17:53:11 +01:00
[dependencies]
2022-03-29 23:53:57 +02:00
bevy = {version = "0.5", default-features = false, features = ["bevy_winit", "render", "bevy_gltf", "png"]}
2021-11-28 17:53:11 +01:00
bevy_rapier2d = "*"
2021-11-28 17:54:30 +01:00
rand = "0.8"
# Dependencies for native only.
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
bevy = {version = "0.5", default-features = false, features = ["bevy_wgpu", "bevy_winit", "render", "x11"]}