servo: Merge #15074 - Remove browserhtml dependency from components/servo (from paulrouget:removeBhtmlFromComponent); r=Ms2ger

Fix #15066

Source-Repo: https://github.com/servo/servo
Source-Revision: a73fd01f01945d88a565c4c65f4049d64dc89bf0
This commit is contained in:
Paul Rouget 2017-01-17 10:56:22 -08:00
Родитель 9daf6ebddb
Коммит 53573083db
2 изменённых файлов: 0 добавлений и 2 удалений

1
servo/Cargo.lock сгенерированный
Просмотреть файл

@ -1470,7 +1470,6 @@ dependencies = [
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"bluetooth 0.0.1",
"bluetooth_traits 0.0.1",
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
"canvas 0.0.1",
"canvas_traits 0.0.1",
"compositing 0.0.1",

Просмотреть файл

@ -24,7 +24,6 @@ debugmozjs = ["script/debugmozjs"]
backtrace = "0.2"
bluetooth_traits = {path = "../bluetooth_traits"}
bluetooth = {path = "../bluetooth"}
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"}
canvas = {path = "../canvas"}
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}