Drop the archived old/ tree, root AI notes, splashgame.md (Arcade lives in the private sandbox), widgets-dll leftovers, and LAN/oracle helper scripts. Move download_*.sh into tools/, and move sim/math out of libs/game/ so the public repo no longer has a game/ directory. Also quiet first-party compile noise and skip asset-ui tests that need sandbox kits or uncommitted fixtures.
12 lines
393 B
TOML
12 lines
393 B
TOML
[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" }
|