mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add missing crate to gonk.
This commit is contained in:
parent
9a3d58032d
commit
b89339d055
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ extern crate msg;
|
||||||
extern crate gleam;
|
extern crate gleam;
|
||||||
extern crate layers;
|
extern crate layers;
|
||||||
extern crate egl;
|
extern crate egl;
|
||||||
|
extern crate url;
|
||||||
|
|
||||||
use util::opts;
|
use util::opts;
|
||||||
use servo::Browser;
|
use servo::Browser;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue