mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Add browserhtml package
This commit is contained in:
parent
37bcc161fe
commit
1615f173f7
2 changed files with 10 additions and 0 deletions
6
components/servo/Cargo.lock
generated
6
components/servo/Cargo.lock
generated
|
@ -4,6 +4,7 @@ version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"browserhtml 0.1.2 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
|
||||||
"canvas 0.0.1",
|
"canvas 0.0.1",
|
||||||
"canvas_traits 0.0.1",
|
"canvas_traits 0.0.1",
|
||||||
"compiletest_helper 0.0.1",
|
"compiletest_helper 0.0.1",
|
||||||
|
@ -141,6 +142,11 @@ name = "brotli"
|
||||||
version = "0.3.20"
|
version = "0.3.20"
|
||||||
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
|
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "browserhtml"
|
||||||
|
version = "0.1.2"
|
||||||
|
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#120c811302a9993f3aad103fbb695847693969ea"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "byteorder"
|
name = "byteorder"
|
||||||
version = "0.4.2"
|
version = "0.4.2"
|
||||||
|
|
|
@ -170,6 +170,10 @@ version = "0.2"
|
||||||
[dependencies.offscreen_gl_context]
|
[dependencies.offscreen_gl_context]
|
||||||
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||||
|
|
||||||
|
[dependencies.browserhtml]
|
||||||
|
git = "https://github.com/browserhtml/browserhtml"
|
||||||
|
branch = "gh-pages"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
env_logger = "0.3"
|
env_logger = "0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue