servo/ports/libsimpleservo
2018-12-28 13:17:47 +01:00
..
api Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
capi Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
jniapi Split simpleservo into 3 crates for rust, c and jni apis 2018-12-28 09:35:23 +01: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).