mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Use std::simd instead of the simd crate
This commit is contained in:
parent
62c37e00ab
commit
266cb29788
5 changed files with 10 additions and 20 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue