mirror of
https://github.com/tauri-apps/verso.git
synced 2026-01-31 00:55:21 +01:00
VeroView Build
This is a crate to help with getting started with using verso as a webview without building it yourself
Example
To use it, first add it to your build dependency, and in your build script:
fn main() {
versoview_build::download_and_extract_verso("output_directory").unwrap();
}