mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 06:12:34 -06:00
4 lines
149 B
TOML
4 lines
149 B
TOML
[target.wasm32-unknown-emscripten]
|
|
rustflags = [
|
|
"--use-preload-plugins --preload-file assets -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s ASSERTIONS=1",
|
|
] |