mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
8 lines
220 B
TOML
8 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"] }
|
|
|