mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
7 lines
220 B
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"] }
|
|
|