mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Auto merge of #9519 - Ms2ger:euclid, r=Manishearth
Update Euclid. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9519) <!-- Reviewable:end -->
This commit is contained in:
commit
712b053f4f
23 changed files with 311 additions and 259 deletions
|
@ -19,7 +19,7 @@ path = "../util"
|
|||
path = "../style_traits"
|
||||
|
||||
[dependencies]
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||
log = "0.3"
|
||||
encoding = "0.2"
|
||||
|
@ -32,7 +32,7 @@ lazy_static = "0.1.10"
|
|||
selectors = { version = "0.4.1", features = ["unstable"] }
|
||||
smallvec = "0.1"
|
||||
string_cache = "0.2"
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue