mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
14 lines
433 B
TOML
14 lines
433 B
TOML
[package]
|
|
description = "ECS stuff used in Azalea"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "azalea-ecs"
|
|
version = "0.6.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
azalea-ecs-macros = {path = "./azalea-ecs-macros", version = "^0.6.0"}
|
|
bevy_app = "0.9.1"
|
|
bevy_ecs = {version = "0.9.1", default-features = false}
|
|
tokio = {version = "1.25.0", features = ["time"]}
|