mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
14 lines
No EOL
362 B
TOML
Executable file
14 lines
No EOL
362 B
TOML
Executable file
[package]
|
|
name = "comet_ecs"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
component_derive = { path = "./component_derive" }
|
|
comet_math = { path = "../comet_math" }
|
|
comet_log = { path = "../comet_log" }
|
|
comet_structs = { path = "../comet_structs" }
|
|
comet_colors = { path = "../comet_colors" }
|
|
wgpu = { version = "22.0" }
|
|
bit-set = "0.8.0"
|
|
chrono = "0.4.40" |