mirror of
https://github.com/servo/servo.git
synced 2025-09-03 03: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
|
@ -7,6 +7,9 @@ authors = ["The Servo Project Developers"]
|
|||
name = "webdriver_server"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.compositing]
|
||||
path = "../compositing"
|
||||
|
||||
[dependencies.msg]
|
||||
path = "../msg"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue