mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Build MagicLeap port using libsimpleservo.
This commit is contained in:
parent
887333ae82
commit
5b7be2548a
10 changed files with 201 additions and 371 deletions
|
@ -51,6 +51,7 @@ euclid = "0.19"
|
|||
gfx = {path = "../gfx"}
|
||||
gleam = "0.6"
|
||||
ipc-channel = "0.11"
|
||||
keyboard-types = "0.4"
|
||||
layout_thread = {path = "../layout_thread"}
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
|
|
|
@ -110,6 +110,7 @@ use webrender::{RendererKind, ShaderPrecacheFlags};
|
|||
use webvr::{VRExternalShmemPtr, WebVRCompositorHandler, WebVRThread};
|
||||
|
||||
pub use gleam::gl;
|
||||
pub use keyboard_types;
|
||||
pub use msg::constellation_msg::TopLevelBrowsingContextId as BrowserId;
|
||||
pub use servo_config as config;
|
||||
pub use servo_url as url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue