mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix mlservo.
This commit is contained in:
parent
921d91f731
commit
30ea282720
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ use rust_webvr::api::MagicLeapVRService;
|
|||
use servo::euclid::TypedScale;
|
||||
use servo::keyboard_types::Key;
|
||||
use servo::servo_url::ServoUrl;
|
||||
use servo::webrender_api::DevicePixel;
|
||||
use servo::webrender_api::DevicePoint;
|
||||
use servo::webrender_api::LayoutPixel;
|
||||
use servo::webrender_api::units::{DevicePixel, DevicePoint, LayoutPixel};
|
||||
use simpleservo::{self, deinit, gl_glue, MouseButton, ServoGlue, SERVO};
|
||||
use simpleservo::{Coordinates, EventLoopWaker, HostTrait, InitOptions, VRInitOptions};
|
||||
use smallvec::SmallVec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue