You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
* chore: bump Rust version from 1.86 to 1.87 * chore: update Turbo * chore(.cargo/config.toml): minor comment tweak
7 lines
235 B
TOML
7 lines
235 B
TOML
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
|
|
[target.'cfg(windows)']
|
|
rustflags = ["-C", "link-args=/STACK:16777220"]
|
|
|
|
[build]
|
|
rustflags = ["--cfg", "tokio_unstable"]
|