Files
Cagire/.cargo/config.toml
Raphaël Forment 5a59937cc7
All checks were successful
Deploy Website / deploy (push) Has been skipped
Fix: build instructions
2026-03-01 11:01:10 +01:00

11 lines
308 B
TOML

[env]
MACOSX_DEPLOYMENT_TARGET = "12.0"
[alias]
xtask = "run --package xtask --release --"
[target.x86_64-pc-windows-gnu]
rustflags = [
"-C", "link-args=-Wl,-Bstatic -lstdc++ -lgcc -lgcc_eh -lpthread -Wl,-Bdynamic -lmingwex -lmsvcrt -lws2_32 -liphlpapi -lwinmm -lole32 -loleaut32 -luuid -lkernel32",
]