Crates.io | bevy_wry |
lib.rs | bevy_wry |
version | 0.1.10 |
source | src |
created_at | 2024-01-25 10:58:44.558132 |
updated_at | 2024-08-14 22:49:35.173113 |
description | A tauri-apps/wry integration with Bevy engine |
homepage | |
repository | https://github.com/PawelBis/bevy_wry |
max_upload_size | |
id | 1113682 |
size | 176,516 |
'bevy_wry' is a bevy plugin that provides integration with wry - a cross platform webview rendering library written in rust.
BevyWry allows for bevy::Event based communication with WebView:
Please keep in mind that you will have to add this patch to use bevy_wry
:
[patch.crates-io]
# At the moment http disallows empty authority and invalidates uris like: "file:///path/to/file"
http = { git = "https://github.com/PawelBis/http", branch = "feature/empty-authority" }
Run an example with:
cargo run --example=example_name