forked from StrafesNET/strafe-project
13 lines
414 B
TOML
13 lines
414 B
TOML
[package]
|
|
name = "strafesnet_session"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
glam = "0.29.0"
|
|
replace_with = "0.1.7"
|
|
strafesnet_common = { path = "../../lib/common", registry = "strafesnet" }
|
|
strafesnet_physics = { path = "../physics", registry = "strafesnet" }
|
|
strafesnet_settings = { path = "../settings", registry = "strafesnet" }
|
|
strafesnet_snf = { path = "../../lib/snf", registry = "strafesnet" }
|