[package] name = "makepad-game-assets" version = "0.1.0" edition = "2021" description = "AI-queryable index over Makepad Arcade's stock CC0 model library (see game.md)" license = "MIT OR Apache-2.0" [dependencies] # Test-only: the real skin loader, so "this character is rigged with N joints # and M clips" is proven by the code that will actually load it rather than by # this crate's own lightweight probe agreeing with itself. Kept a dev-dependency # so the shipped index stays dependency-free. [dev-dependencies] makepad-game-render = { path = "../render" }