Add browserhtml package

This commit is contained in:
Jack Moffitt 2016-03-03 16:34:39 -07:00
parent 37bcc161fe
commit 1615f173f7
2 changed files with 10 additions and 0 deletions

View file

@ -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",
@ -141,6 +142,11 @@ name = "brotli"
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"

View file

@ -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"