mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
7 lines
191 B
TOML
7 lines
191 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 = {}
|
|
|