diff options
Diffstat (limited to 'src/components/gfx/gfx.rs')
-rw-r--r-- | src/components/gfx/gfx.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/gfx/gfx.rs b/src/components/gfx/gfx.rs index d9510350d83..2754e774344 100644 --- a/src/components/gfx/gfx.rs +++ b/src/components/gfx/gfx.rs @@ -31,7 +31,7 @@ extern crate servo_util = "util"; extern crate servo_msg = "msg"; extern crate style; extern crate sync; -extern crate url; +extern crate url = "url_"; // Eventually we would like the shaper to be pluggable, as many operating systems have their own // shapers. For now, however, this is a hard dependency. |