mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Move constellation into its own crate.
This commit is contained in:
parent
aa8c835d3b
commit
c057ace251
13 changed files with 197 additions and 47 deletions
|
@ -23,7 +23,7 @@ use style_traits::cursor::Cursor;
|
|||
use style_traits::viewport::ViewportConstraints;
|
||||
use url::Url;
|
||||
use windowing::{WindowEvent, WindowMethods};
|
||||
pub use constellation::SendableFrameTree;
|
||||
pub use SendableFrameTree;
|
||||
pub use windowing;
|
||||
use webrender;
|
||||
use webrender_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue