Skip to content

Commit 5ec3dd7

Browse files
committed
docs: document next branch
1 parent 2771662 commit 5ec3dd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
A library to embed Web views in iced applications
77

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+
810
This library supports
911
- [Blitz] — Rust-native HTML/CSS renderer (Stylo + Taffy + Vello), GPU-rasterized via wgpu, modern CSS (flexbox, grid), no JS
1012
- [litehtml] — lightweight CPU-based HTML/CSS rendering, no JS or navigation (good for static content like emails)

0 commit comments

Comments
 (0)