mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Remove dependency of constellation on canvas
move `ConstellationCanvasMsg` to canvas_traits and start canvas paint thread to components/servo. This, however, does not remove dependency for conditional compilation options.
This commit is contained in:
parent
5f55cd5d71
commit
a4ba33376a
8 changed files with 25 additions and 25 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -534,6 +534,7 @@ dependencies = [
|
|||
name = "canvas_traits"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"cssparser",
|
||||
"euclid",
|
||||
"ipc-channel",
|
||||
|
@ -806,7 +807,6 @@ dependencies = [
|
|||
"background_hang_monitor",
|
||||
"backtrace",
|
||||
"bluetooth_traits",
|
||||
"canvas",
|
||||
"canvas_traits",
|
||||
"compositing",
|
||||
"crossbeam-channel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue