Skip to content

Commit

Permalink
Fix mlservo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 12, 2019
1 parent 921d91f commit 30ea282
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ports/libmlservo/src/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 30ea282

Please sign in to comment.