mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use num-traits in compositing.
This commit is contained in:
parent
38c10f89f2
commit
a8b5ac5e32
6 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@ extern crate layout_traits;
|
|||
extern crate log;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate num;
|
||||
extern crate num_traits;
|
||||
extern crate offscreen_gl_context;
|
||||
#[macro_use]
|
||||
extern crate profile_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue