Skip to content

Commit

Permalink
Build MagicLeap port using libsimpleservo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 4, 2019
1 parent 887333a commit 5b7be25
Show file tree
Hide file tree
Showing 10 changed files with 192 additions and 362 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/servo/Cargo.toml
Expand Up @@ -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"}
Expand Down
1 change: 1 addition & 0 deletions components/servo/lib.rs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ports/libmlservo/Cargo.toml
Expand Up @@ -13,8 +13,8 @@ test = false
bench = false

[dependencies]
keyboard-types = "0.4"
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
log = "0.4"
servo-egl = "0.2"
smallvec = "0.6"
Expand Down

0 comments on commit 5b7be25

Please sign in to comment.