Use std::simd instead of the simd crate

This commit is contained in:
Simon Sapin 2018-05-24 17:39:38 +02:00
parent 62c37e00ab
commit 266cb29788
5 changed files with 10 additions and 20 deletions

View file

@ -13,7 +13,7 @@ test = false
doctest = false
[features]
unstable = ["simd"]
unstable = []
[dependencies]
app_units = "0.6"
@ -60,9 +60,6 @@ servo-fontconfig = "0.2.1"
[target.'cfg(target_os = "android")'.dependencies]
xml5ever = {version = "0.12"}
[target.'cfg(any(target_feature = "sse2", target_feature = "neon"))'.dependencies]
simd = {version = "0.2.0", optional = true}
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.4"
truetype = "0.26"