servo/Xargo.toml

7 lines
220 B
TOML

[target.x86_64-uwp-windows-msvc.dependencies]
std = { features = ["panic-unwind"] }
# https://github.com/rust-lang/rust/issues/65313
[target.aarch64-uwp-windows-msvc.dependencies]
std = { features = ["panic-unwind"] }