Skip to content

Commit cd1cdc6

Browse files
committed
update readme to reflect the removal of iced_webview
1 parent bd4e535 commit cd1cdc6

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,18 @@
33

44
[![Build](https://github.com/LegitCamper/icy_browser/actions/workflows/ci.yml/badge.svg)](https://github.com/LegitCamper/icy_browser/actions/workflows/ci.yml)
55

6-
### Supported Browser Engines
7-
| Browser Engine | Support |
8-
| ----------------- | --------- |
9-
| WebKit/Ultralight | <span>&#10003;</span> |
10-
| Chromium/CEF | X Planned |
11-
12-
136
### Browser Widgets
7+
- [iced_webview](https://github.com/LegitCamper/iced_webview)
8+
> Currently only supports [Ultralight which has its own licence](https://ultralig.ht/pricing/) you should review
149
- Navigation Bar
1510
- Tab Bar
1611
- Bookmark Bar
17-
- Browser View
1812

1913
### Examples
2014
#### basic_browser.rs
21-
`cargo run --example basic_browser --features ultralight-resources`
2215
<img src="https://github.com/LegitCamper/icy_browser/blob/main/assets/basic_browser.png?raw=true" width=50%>
2316

17+
`cargo run --example basic_browser --features ultralight-resources`
2418
``` Rust
2519
use iced::{Settings, Task, Theme};
2620
use icy_browser::{get_fonts, Bookmark, IcyBrowser, Message, Ultralight};

0 commit comments

Comments
 (0)