mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Split off Frame from constellation.rs
This commit is contained in:
parent
c2448d3963
commit
d53f64050d
3 changed files with 194 additions and 182 deletions
|
@ -44,6 +44,7 @@ extern crate webrender_traits;
|
|||
|
||||
mod constellation;
|
||||
mod event_loop;
|
||||
mod frame;
|
||||
mod pipeline;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
mod sandboxing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue