2024-12-01 16:02:06 -05:00
|
|
|
[package]
|
2025-01-11 15:28:01 -05:00
|
|
|
name = "zenyx"
|
2024-12-01 16:02:06 -05:00
|
|
|
version = "0.1.0"
|
2024-12-19 20:54:46 -05:00
|
|
|
edition = "2024"
|
2024-12-21 14:35:55 -05:00
|
|
|
repository = "https://github.com/Zenyx-Engine/Zenyx"
|
2024-12-01 16:02:06 -05:00
|
|
|
[dependencies]
|
2024-12-19 20:54:46 -05:00
|
|
|
anyhow = "1.0.94"
|
2024-12-21 14:35:55 -05:00
|
|
|
backtrace = "0.3.74"
|
2024-12-19 20:54:46 -05:00
|
|
|
chrono = "0.4.39"
|
2025-01-13 20:38:00 +00:00
|
|
|
colored = "3.0.0"
|
2024-12-21 14:35:55 -05:00
|
|
|
crashreport = "1.0.1"
|
|
|
|
dirs-next = "2.0.0"
|
2024-12-19 20:54:46 -05:00
|
|
|
|
|
|
|
lazy_static.workspace = true
|
2024-12-02 11:51:39 -06:00
|
|
|
log = "0.4.22"
|
2024-12-21 16:28:32 -05:00
|
|
|
mlua = { version = "0.10.2", features = ["anyhow", "lua54", "vendored"] }
|
2024-12-02 11:51:39 -06:00
|
|
|
once_cell = "1.20.2"
|
2024-12-19 20:54:46 -05:00
|
|
|
parking_lot.workspace = true
|
2024-12-01 16:02:06 -05:00
|
|
|
regex = "1.11.1"
|
2024-12-05 01:33:44 -06:00
|
|
|
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
|
2025-02-04 05:10:53 -05:00
|
|
|
thiserror = "2.0.11"
|
|
|
|
tokio = { version = "1.42.0", features = ["macros", "parking_lot","rt-multi-thread"] }
|
|
|
|
wgpu = "24.0.1"
|
|
|
|
winit = "0.30.8"
|
|
|
|
bytemuck = "1.21.0"
|
|
|
|
futures = "0.3.31"
|
2025-03-22 18:19:01 -04:00
|
|
|
cgmath = "0.18.0"
|
2024-12-21 14:35:55 -05:00
|
|
|
|
2024-12-24 21:51:56 -05:00
|
|
|
|
2024-12-21 14:35:55 -05:00
|
|
|
[profile.dev]
|
|
|
|
debug-assertions = true
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug-assertions = false
|