e4db3c32df
初步实现多仿真管理结构
12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "rtss_trackside"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bevy_core = {workspace = true}
|
|
bevy_ecs = {workspace = true}
|
|
bevy_app = {workspace = true}
|
|
bevy_time = {workspace = true}
|
|
rtss_log = { path = "../rtss_log" }
|