mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update euclid to 0.3
This commit is contained in:
parent
3951c577bf
commit
ce5586f74a
24 changed files with 491 additions and 192 deletions
|
@ -20,12 +20,14 @@ path = "../plugins"
|
|||
|
||||
[dependencies.azure]
|
||||
git = "https://github.com/servo/rust-azure"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.js]
|
||||
git = "https://github.com/servo/rust-mozjs"
|
||||
|
||||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.cssparser]
|
||||
version = "0.3"
|
||||
|
@ -42,7 +44,7 @@ features = [ "serde_serialization" ]
|
|||
git = "https://github.com/servo/rust-selectors"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.1"
|
||||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
log = "0.3"
|
||||
bitflags = "0.3"
|
||||
html5ever = { version = "0.2.1", features = ["unstable"] }
|
||||
|
@ -52,7 +54,7 @@ rustc-serialize = "0.3"
|
|||
smallvec = "0.1"
|
||||
num_cpus = "0.2.2"
|
||||
num = "0.1.24"
|
||||
euclid = "0.2"
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
serde = "0.6"
|
||||
serde_macros = "0.5"
|
||||
string_cache = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue