You've already forked AstralRinth
forked from didirus/AstralRinth
6 lines
204 B
TOML
6 lines
204 B
TOML
# Windows has stack overflows when calling from Tauri, so we increase compiler size
|
|
[target.'cfg(windows)']
|
|
rustflags = ["-C", "link-args=/STACK:16777220"]
|
|
|
|
[build]
|
|
rustflags = ["--cfg", "tokio_unstable"] |