aboutsummaryrefslogtreecommitdiffstats
path: root/Xargo.toml
blob: 147805d63d476b6ff7ee3c4605c2d46bb9eaa8a8 (plain) (blame)
1
2
3
4
5
6
7
[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 = {}