[package] name = "makepad-game-sim" version = "0.1.0" edition = "2021" description = "Deterministic game simulation core for Makepad Arcade (see game.md)" license = "MIT OR Apache-2.0" [dependencies] makepad-game-math = { path = "../math" } makepad-math = { path = "../../math", version = "1.0.0" } makepad-live-id = { path = "../../live_id", version = "1.0.0" } makepad-box3d = { path = "../../box3d" }