16 lines
472 B
TOML
16 lines
472 B
TOML
[package]
|
|
name = "integration-testing"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
glam = "0.30.0"
|
|
strafesnet_common = { path = "../lib/common", registry = "strafesnet" }
|
|
strafesnet_physics = { path = "../engine/physics", registry = "strafesnet" }
|
|
strafesnet_snf = { path = "../lib/snf", registry = "strafesnet" }
|
|
# this is just for the primitive constructor
|
|
strafesnet_rbx_loader = { path = "../lib/rbx_loader", registry = "strafesnet" }
|
|
|
|
[lints]
|
|
workspace = true
|