4 releases (2 breaking)
0.64.0 | Sep 28, 2024 |
---|---|
0.63.0 | Jun 9, 2024 |
0.62.1 | Apr 10, 2024 |
0.62.0 | Apr 7, 2024 |
#396 in Images
810 downloads per month
Used in 5 crates
(3 directly)
315KB
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.5–2.2MB
~47K SLoC