mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Use simpleservo embedding API for Magic Leap This removes the duplication between the two ports and makes it easier to improve all of our embeddings simultaneously. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22065 - [x] These changes do not require tests because no automated tests for embedded devices. <!-- 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/22871) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
api | ||
capi | ||
jniapi | ||
README.md |
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).