2024-08-19 20:45:44 +08:00
|
|
|
[package]
|
2024-08-23 16:31:49 +08:00
|
|
|
name = "rtss_sim_manage"
|
2024-08-19 20:45:44 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bevy_core = {workspace = true}
|
|
|
|
bevy_ecs = {workspace = true}
|
|
|
|
bevy_app = {workspace = true}
|
|
|
|
bevy_time = {workspace = true}
|
|
|
|
rayon = {workspace = true}
|
2024-08-23 16:31:49 +08:00
|
|
|
thiserror = {workspace = true}
|
2024-08-19 20:45:44 +08:00
|
|
|
|
|
|
|
rtss_log = { path = "../rtss_log" }
|
2024-08-23 16:31:49 +08:00
|
|
|
rtss_common = { path = "../rtss_common" }
|
2024-08-19 20:45:44 +08:00
|
|
|
rtss_trackside = { path = "../rtss_trackside" }
|