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