mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Use cgl and gleam from crates.io
This commit is contained in:
parent
bb39e835f1
commit
a80a12e41e
6 changed files with 77 additions and 51 deletions
|
@ -16,8 +16,6 @@ git = "https://github.com/servo/rust-geom"
|
|||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
|
||||
[dependencies.gleam]
|
||||
git = "https://github.com/servo/gleam"
|
||||
|
||||
[dependencies.canvas_traits]
|
||||
path = "../canvas_traits"
|
||||
|
@ -36,3 +34,4 @@ features = ["texture_surface"]
|
|||
log = "*"
|
||||
cssparser = "0.3.1"
|
||||
num = "0.1.24"
|
||||
gleam = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue