You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
A library to embed Web views in iced applications
7
7
8
+
> **Heads up — the [`next`](https://github.com/franzos/iced_webview_v2/tree/next) branch tracks iced `master` and blitz `0.3.0-alpha.4` (both on wgpu 29).** Blitz there rasterizes directly on iced's `wgpu::Device` via a shared Vello renderer — no CPU pixel readback. Servo is temporarily disabled on that branch (stylo 0.15 vs 0.17 conflict).
9
+
8
10
This library supports
9
11
-[Blitz] — Rust-native HTML/CSS renderer (Stylo + Taffy + Vello), GPU-rasterized via wgpu, modern CSS (flexbox, grid), no JS
10
12
-[litehtml] — lightweight CPU-based HTML/CSS rendering, no JS or navigation (good for static content like emails)
0 commit comments