[package] name = "makepad-game-gen" version = "0.1.0" edition = "2021" description = "Procedural geometry and texture generation for Makepad Arcade (see game.md)" license = "MIT OR Apache-2.0" [dependencies] # Deterministic transcendentals: two devices must generate byte-identical # meshes from the same seed, which is what lets a forest replicate as # (preset, seed, position) instead of vertex data. makepad-game-math = { path = "../math" } makepad-math = { path = "../../math", version = "1.0.0" } # For the f16/unorm8 packers only — one packing implementation, not two. makepad-draw = { path = "../../../draw", version = "2.0.0" }