mirror of
https://github.com/servo/servo.git
synced 2025-09-15 09:28:20 +01:00
Moved CompositorMsg enum into compositing crate.
moved from components/msg/constellation_msg.rs to components/compositing/lib.rs dependencies on compositing crate added in ports/cef/Cargo.lock
This commit is contained in:
parent
996c0a60b8
commit
729812f383
11 changed files with 47 additions and 35 deletions
1
ports/cef/Cargo.lock
generated
1
ports/cef/Cargo.lock
generated
|
@ -1964,6 +1964,7 @@ dependencies = [
|
|||
name = "webdriver_server"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"compositing 0.0.1",
|
||||
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue