parent
2bc2c53379
commit
5b0683dc94
30 changed files with 528 additions and 1088 deletions
|
@ -1,23 +1,17 @@
|
|||
[package]
|
||||
name = "zenyx"
|
||||
name = "engine"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.93"
|
||||
chrono = "0.4.38"
|
||||
colored = "2.1.0"
|
||||
lazy_static = "1.5.0"
|
||||
anyhow = "1.0.94"
|
||||
chrono = "0.4.39"
|
||||
colored = "2.2.0"
|
||||
|
||||
lazy_static.workspace = true
|
||||
log = "0.4.22"
|
||||
once_cell = "1.20.2"
|
||||
parking_lot = "0.12.3"
|
||||
rand = "0.8.5"
|
||||
parking_lot.workspace = true
|
||||
regex = "1.11.1"
|
||||
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
|
||||
thiserror = "2.0.3"
|
||||
tokio = { version = "1.41.1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
wgpu = "23.0.1"
|
||||
winit = "0.30.5"
|
||||
zephyr.workspace = true
|
||||
plugin_api = { path = "../plugin_api" }
|
||||
horizon-plugin-api = "0.1.13"
|
||||
tokio = { version = "1.42.0", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue