2 releases

new 0.62.1 Apr 10, 2024
0.62.0 Apr 7, 2024

#366 in Images

Download history 241/week @ 2024-04-05

241 downloads per month
Used in 5 crates (3 directly)

MPL-2.0 license

285KB
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

~1.7–2.4MB
~51K SLoC