mirror of
https://github.com/servo/servo.git
synced 2025-08-28 16:48:22 +01:00
Use euclid from crates.io
This commit is contained in:
parent
7355bf1061
commit
8cbfb3482c
104 changed files with 272 additions and 306 deletions
|
@ -11,8 +11,8 @@ use browser::{self, ServoCefBrowserExtensions};
|
|||
use wrappers::CefWrap;
|
||||
|
||||
use compositing::windowing::{WindowEvent, MouseWindowEvent};
|
||||
use geom::point::Point2D;
|
||||
use geom::size::Size2D;
|
||||
use euclid::point::Point2D;
|
||||
use euclid::size::Size2D;
|
||||
use libc::{c_double, c_int};
|
||||
use msg::constellation_msg::{self, KeyModifiers, KeyState};
|
||||
use script_traits::MouseButton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue