servo/ports/libsimpleservo
2018-12-01 22:23:12 +01:00
..
src Add support for touch events on Android 2018-11-20 22:39:47 -08:00
build.rs Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
Cargo.toml android_logger update 2018-12-01 22:23:12 +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).