mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Use html5ever from crates.io
This commit is contained in:
parent
5d89235c56
commit
dc1db5187e
4 changed files with 119 additions and 52 deletions
|
@ -51,9 +51,6 @@ git = "https://github.com/servo/rust-selectors"
|
|||
[dependencies.geom]
|
||||
git = "https://github.com/servo/rust-geom"
|
||||
|
||||
[dependencies.html5ever]
|
||||
git = "https://github.com/servo/html5ever"
|
||||
|
||||
[dependencies.js]
|
||||
git = "https://github.com/servo/rust-mozjs"
|
||||
|
||||
|
@ -88,3 +85,4 @@ num = "0.1.24"
|
|||
websocket = "0.12"
|
||||
uuid = "0.1.16"
|
||||
smallvec = "0.1"
|
||||
html5ever = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue