servo/ports/libsimpleservo
bors-servo 6c161e5037
Auto merge of #22773 - paulrouget:immersive, r=jdm
Support for ExternalVR implementation

This PR adds the hook necessary for the ExternalVR rust-webvr driver.
Waiting on rust-webvr 0.9.3 to be published before landing.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22773)
<!-- Reviewable:end -->
2019-02-07 00:17:26 -05:00
..
api Auto merge of #22773 - paulrouget:immersive, r=jdm 2019-02-07 00:17:26 -05:00
capi Auto merge of #22773 - paulrouget:immersive, r=jdm 2019-02-07 00:17:26 -05:00
jniapi Auto merge of #22773 - paulrouget:immersive, r=jdm 2019-02-07 00:17:26 -05:00
README.md new android port: introduce a simple servo library 2018-07-31 22:33:51 +08:00

This is a basic wrapper around Servo. While libservo itself (/components/servo/) offers a lot of flexibility, libsimpleservo (/ports/libsimpleservo/) tries to make it easier to embed Servo, without much configuration needed. It is limited to only one view (no tabs, no multiple rendering area).