mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Added ability to randomly kill pipelines to the constellation.
This commit is contained in:
parent
bed91b3334
commit
32c72f0925
9 changed files with 119 additions and 69 deletions
|
@ -41,6 +41,7 @@ extern crate num;
|
|||
extern crate offscreen_gl_context;
|
||||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
extern crate rand;
|
||||
extern crate script_traits;
|
||||
extern crate serde;
|
||||
extern crate style_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue