mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
* Add taplo fmt config for toml fmt * fmt toml files * Add even-better-toml to extensions recommendations |
||
---|---|---|
.. | ||
api | ||
capi | ||
jniapi | ||
README.md |
libsimpleservo
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).
Building
Run the following command to generate libsimpleservo
./mach build --release --libsimpleservo
this will generate a shared library (libsimpleservo.so
on linux) as well as a header file in target/release
that you can then link to your application.