Crates.io | headless_webview |
lib.rs | headless_webview |
version | 0.1.1 |
source | src |
created_at | 2022-04-17 07:54:48.507543 |
updated_at | 2022-04-17 08:17:47.644605 |
description | Headless Webview Traits |
homepage | |
repository | |
max_upload_size | |
id | 569358 |
size | 48,772 |
Implements traits and types for headless webview.
Actual platform-specific engines are provided by headless_webview_engine
crate.
See dummy.rs for example engine implementation.
API is subject to change
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the software by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Huge thanks to the authors and contributors of tauri-apps/wry for their groundbreaking work upon which this crate is not only based, but also leans heavily upon.