3 unstable releases

0.63.0 Jun 9, 2024
0.62.1 Apr 10, 2024
0.62.0 Apr 7, 2024

#539 in Images

Download history 203/week @ 2024-04-04 103/week @ 2024-04-11 10/week @ 2024-04-18 10/week @ 2024-04-25 2/week @ 2024-05-02 1/week @ 2024-05-09 15/week @ 2024-05-16 22/week @ 2024-05-23 38/week @ 2024-05-30 460/week @ 2024-06-06 242/week @ 2024-06-13 213/week @ 2024-06-20 88/week @ 2024-06-27

1,008 downloads per month
Used in 5 crates (3 directly)

MPL-2.0 license

305KB
6K SLoC

This crate is a fork of servo/webrender published for use in zng-ui/zng.

Feel free to use it in your own project, the code is the same, the crate is just renamed with "zng-" prefix.


lib.rs:

The webrender_api crate contains an assortment types and functions used by WebRender consumers as well as, in many cases, WebRender itself.

This separation allows Servo to parallelize compilation across webrender and other crates that depend on webrender_api. So in practice, we put things in this crate when Servo needs to use them. Firefox depends on the webrender crate directly, and so this distinction is not really relevant there.

Dependencies

~3MB
~68K SLoC