mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
33c985e00b
* Move desktop_native into subcrate * Add publish = false to crates
9 lines
232 B
TOML
9 lines
232 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
|
|
[target.aarch64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|