mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +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
|
@ -24,9 +24,9 @@ path = "../../../components/style_traits"
|
|||
path = "../../../components/util"
|
||||
|
||||
[dependencies]
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
url = "0.5.4"
|
||||
cssparser = "0.5"
|
||||
selectors = "0.4.1"
|
||||
string_cache = "0.2"
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
|
|
|
@ -16,7 +16,7 @@ path = "../../../components/util"
|
|||
path = "../../../components/plugins"
|
||||
|
||||
[dependencies]
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
libc = "0.2"
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue