[package] name = "makepad-game-render" version = "0.1.0" edition = "2021" description = "Forward-pass renderer for Makepad Arcade (see game.md)" license = "MIT OR Apache-2.0" [dependencies] makepad-draw = { path = "../../../draw", version = "2.0.0" } makepad-game-sim = { path = "../sim" } # Example-only: the ao_render probe software-rasterises props so the baked AO # can be judged by eye without a Cx or the app. Dev-only, so the shipped crate # stays on the two deps above. [dev-dependencies] jpeg-encoder = { path = "../../jpeg-encoder" }