mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Auto merge of #8241 - Manishearth:euclid_up, r=mbrubeck
Update euclid to 0.3 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8241) <!-- Reviewable:end -->
This commit is contained in:
commit
0d699a2b44
27 changed files with 522 additions and 260 deletions
|
@ -21,9 +21,9 @@ path = "../../../components/util"
|
|||
git = "https://github.com/servo/rust-selectors"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.1"
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
url = "0.2"
|
||||
cssparser = "0.3.1"
|
||||
string_cache = "0.1"
|
||||
string_cache_plugin = "0.1"
|
||||
euclid = "0.2"
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
|
|
|
@ -17,5 +17,5 @@ path = "../../../components/plugins"
|
|||
|
||||
[dependencies]
|
||||
libc = "0.1"
|
||||
euclid = "0.2"
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue