mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update euclid to 0.3
This commit is contained in:
parent
3951c577bf
commit
ce5586f74a
24 changed files with 491 additions and 192 deletions
|
@ -12,9 +12,11 @@ path = "../gfx_traits"
|
|||
|
||||
[dependencies.azure]
|
||||
git = "https://github.com/servo/rust-azure"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.offscreen_gl_context]
|
||||
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||
|
@ -37,6 +39,6 @@ path = "../plugins"
|
|||
path = "../util"
|
||||
|
||||
[dependencies]
|
||||
euclid = "0.2"
|
||||
euclid = {version = "0.3", features = ["plugins"]}
|
||||
serde_macros = "0.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue