[package] name = "makepad-game-session" version = "0.1.0" edition = "2021" description = "Makepad Arcade multiplayer session: replication tiers + host/client drivers (see game.md)" license = "MIT OR Apache-2.0" [dependencies] makepad-game-sim = { path = "../sim" } makepad-game-blocks = { path = "../blocks" } makepad-game-net = { path = "../net" } makepad-game-math = { path = "../math" } makepad-math = { path = "../../math", version = "1.0.0" } makepad-live-id = { path = "../../live_id", version = "1.0.0" }