mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
An in-memory RNG that shares its file descriptor.
This commit is contained in:
parent
143dfc879e
commit
7ace30f9bd
15 changed files with 203 additions and 23 deletions
|
@ -73,7 +73,6 @@ extern crate parking_lot;
|
|||
extern crate phf;
|
||||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
extern crate rand;
|
||||
extern crate range;
|
||||
extern crate ref_filter_map;
|
||||
extern crate ref_slice;
|
||||
|
@ -86,6 +85,7 @@ extern crate serde;
|
|||
#[macro_use] extern crate servo_atoms;
|
||||
#[macro_use] extern crate servo_config;
|
||||
extern crate servo_geometry;
|
||||
extern crate servo_rand;
|
||||
extern crate servo_url;
|
||||
extern crate smallvec;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue