aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/servo/Cargo.lock6
-rw-r--r--components/servo/Cargo.toml4
2 files changed, 10 insertions, 0 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 969aa13345d..25f5c8c97e4 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -4,6 +4,7 @@ version = "0.0.1"
dependencies = [
"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)",
+ "browserhtml 0.1.2 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"compiletest_helper 0.0.1",
@@ -142,6 +143,11 @@ version = "0.3.20"
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]]
name = "byteorder"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml
index 1ced885adc5..98ea2675fef 100644
--- a/components/servo/Cargo.toml
+++ b/components/servo/Cargo.toml
@@ -170,6 +170,10 @@ version = "0.2"
[dependencies.offscreen_gl_context]
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
+[dependencies.browserhtml]
+git = "https://github.com/browserhtml/browserhtml"
+branch = "gh-pages"
+
[dependencies]
bitflags = "0.3"
env_logger = "0.3"