servo/ports/libsimpleservo
2018-10-15 12:29:34 -04:00
..
src Make android logging thread only process buffer slice that contains real data. 2018-10-15 12:29:34 -04:00
build.rs Remove unnecessary sysroot and platform configuration from build script. 2018-09-20 15:42:04 -04:00
Cargo.toml script: Optionally store backtraces when throwing DOM exceptions. 2018-10-01 16:04:56 +02: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).