[package] name = "mrpci" version = "0.1.0" edition = "2021" description = "Monster Robot Party Creative Interpreter — the SCI-generation sibling of MRPGI: 256-color rooms, palette cycling, A* click-to-walk, verbs + parser, rhai scripts. This crate is the macroquad GUI; the engine lives in mrpci-core." [dependencies] mrpci-core = { path = "../mrpci-core" } macroquad = { version = "0.4", features = ["audio"] } # The browser build has no filesystem: it boots from a WorldBundle JSON baked # in at compile time, and the page can hand it another one at runtime. serde_json = "1"