forked from StrafesNET/strafe-project
10 lines
343 B
TOML
10 lines
343 B
TOML
[package]
|
|
name = "integration-testing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
strafesnet_common = { version = "0.5.2", path = "../lib/common", registry = "strafesnet" }
|
|
strafesnet_physics = { version = "0.1.0", path = "../engine/physics", registry = "strafesnet" }
|
|
strafesnet_snf = { path = "../lib/snf", registry = "strafesnet" }
|