Expand description
Internal runtime between Tauri and the underlying webview runtime.
None of the exposed API of this crate is stable, and it may break semver compatibility in the future. The major version only signifies the intended Tauri version.
Re-exports§
pub use dpi;
Modules§
- Types useful for interacting with a user’s monitors.
- A layer between raw
Runtime
webviews and Tauri. - A layer between raw
Runtime
windows and Tauri.
Structs§
- Window icon.
- Progress Bar State
- A rectangular region.
Enums§
- Action to take when the event loop is about to exit
- Progress bar status.
- Defines the orientation that a window resize will be performed.
- Event triggered on the event loop run.
- Type of user attention requested on a window.
Traits§
- The webview runtime interface.
- A
Send
handle to the runtime. - A type that can be used as an user event.
- Webview dispatcher. A thread-safe handle to the webview APIs.
- Window dispatcher. A thread-safe handle to the window APIs.
Type Aliases§
- Result type.