mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Remove unicode-bidi/with_serde feature from style deps
This commit is contained in:
parent
a694f70acf
commit
764ed57c33
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ style_derive = {path = "../style_derive"}
|
||||||
style_traits = {path = "../style_traits"}
|
style_traits = {path = "../style_traits"}
|
||||||
servo_url = {path = "../url", optional = true}
|
servo_url = {path = "../url", optional = true}
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
unicode-bidi = {version = "0.3", features = ["with_serde"]}
|
unicode-bidi = "0.3"
|
||||||
unicode-segmentation = "1.0"
|
unicode-segmentation = "1.0"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue