This repository has been archived on 2021-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-48/Web.toml

7 lines
195 B
TOML

default-target = "wasm32-unknown-emscripten"
[cargo-web]
minimum-version = "0.6.0"
[target.emscripten]
link-args = ["-s", "USE_GLFW=3", "-s", "ASSERTIONS=1", "-s", "ASYNCIFY=1", "--profiling"]