5 lines
132 B
TOML
5 lines
132 B
TOML
|
|
[build]
|
||
|
|
target = "x86_64-pc-windows-gnu"
|
||
|
|
|
||
|
|
[target.x86_64-pc-windows-gnu]
|
||
|
|
rustflags = ["-C", "link_args=-Wl,--subsystem,windows"]
|