diff options
Diffstat (limited to 'ports/cef/lib.rs')
-rw-r--r-- | ports/cef/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index c0b7fc6375d..02a39d901fe 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -19,9 +19,9 @@ extern crate servo; extern crate compositing; extern crate euclid; +extern crate gfx_traits; extern crate gleam; extern crate glutin_app; -extern crate layers; extern crate rustc_unicode; extern crate script_traits; |