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"
|
2025-03-29 20:20:40 -04:00
|
|
|
|
2024-12-01 16:02:06 -05:00
|
|
|
[dependencies]
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR
|
2024-12-19 20:54:46 -05:00
|
|
|
anyhow = "1.0.94"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR (if possible)
|
2024-12-21 14:35:55 -05:00
|
|
|
backtrace = "0.3.74"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR (if possible)
|
2024-12-19 20:54:46 -05:00
|
|
|
chrono = "0.4.39"
|
2025-01-13 20:38:00 +00:00
|
|
|
colored = "3.0.0"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR (if possible)
|
2024-12-21 14:35:55 -05:00
|
|
|
crashreport = "1.0.1"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR
|
2024-12-21 14:35:55 -05:00
|
|
|
dirs-next = "2.0.0"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR == (To be removed)
|
|
|
|
# TBR
|
2024-12-19 20:54:46 -05:00
|
|
|
lazy_static.workspace = true
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR
|
2025-03-25 00:32:49 -04:00
|
|
|
once_cell = "1.21.1"
|
2024-12-19 20:54:46 -05:00
|
|
|
parking_lot.workspace = true
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR (if possible)
|
2024-12-01 16:02:06 -05:00
|
|
|
regex = "1.11.1"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR (if possible)
|
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"
|
2025-03-29 20:20:40 -04:00
|
|
|
# Tokio is heavy but so far its the best option, we should make better use of it or switch to another runtime.
|
2025-03-29 01:31:16 -04:00
|
|
|
tokio = { version = "1.44.1", features = ["fs", "macros", "parking_lot", "rt-multi-thread"] }
|
2025-03-25 00:32:49 -04:00
|
|
|
wgpu = "24.0.3"
|
|
|
|
winit = "0.30.9"
|
2025-02-04 05:10:53 -05:00
|
|
|
bytemuck = "1.21.0"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR (if possible)
|
2025-02-04 05:10:53 -05:00
|
|
|
futures = "0.3.31"
|
2025-03-22 18:19:01 -04:00
|
|
|
cgmath = "0.18.0"
|
2025-03-24 19:42:32 -04:00
|
|
|
tracing = "0.1.41"
|
2025-03-25 15:13:57 -04:00
|
|
|
tracing-subscriber = "0.3.19"
|
2025-03-29 20:20:40 -04:00
|
|
|
# TBR
|
2025-03-29 01:31:16 -04:00
|
|
|
typenum = { version = "1.18.0", features = ["const-generics"] }
|
|
|
|
tobj = { version = "4.0.3", features = ["tokio"] }
|
|
|
|
ahash = "0.8.11"
|
2025-03-29 20:20:40 -04:00
|
|
|
wgpu_text = "0.9.2"
|
2025-03-30 02:54:07 -04:00
|
|
|
native-dialog = "0.7.0"
|