mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-08 02:07:56 -06:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ddf2611d9 |
28
.cargo/config.toml
Normal file
28
.cargo/config.toml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
[target.wasm32-unknown-emscripten]
|
||||||
|
rustflags = [
|
||||||
|
"-C",
|
||||||
|
"link-arg=-s",
|
||||||
|
"-C",
|
||||||
|
"link-arg=FULL_ES2",
|
||||||
|
"-C",
|
||||||
|
"link-arg=-s",
|
||||||
|
"-C",
|
||||||
|
"link-arg=FULL_ES3",
|
||||||
|
"-C",
|
||||||
|
"link-arg=-s",
|
||||||
|
"-C",
|
||||||
|
"link-arg=USE_SDL=2",
|
||||||
|
"-C",
|
||||||
|
"link-arg=-s",
|
||||||
|
"-C",
|
||||||
|
"link-arg=MAX_WEBGL_VERSION=2 ",
|
||||||
|
"-C",
|
||||||
|
"link-arg=-s",
|
||||||
|
"-C",
|
||||||
|
"link-arg=MIN_WEBGL_VERSION=2",
|
||||||
|
"-C",
|
||||||
|
"link-arg=-s",
|
||||||
|
"-C",
|
||||||
|
"link-arg=ERROR_ON_UNDEFINED_SYMBOLS=0", # for ignoring some egl symbols. needed for wgpu
|
||||||
|
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user