euv-example 0.5.35

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
/// The invoke command name for loading a cached resource.
pub(crate) const TAURI_INVOKE_LOAD_CACHED_RESOURCE: &str = "load_cached_resource";

/// The invoke command name for resolving bridge group permissions.
pub(crate) const TAURI_INVOKE_RESOLVE_BRIDGE_GROUP_PERMISSIONS: &str =
    "resolve_bridge_group_permissions";

/// The bridge group name for querying all permissions.
pub(crate) const TAURI_BRIDGE_GROUP_ALL: &str = "all";