mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
feat: pub use tauri_runtime as runtime (#2926)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
parent
cca9064e51
commit
8b651b9e31
@ -38,7 +38,7 @@ mod hooks;
|
||||
mod manager;
|
||||
pub mod plugin;
|
||||
pub mod window;
|
||||
use tauri_runtime as runtime;
|
||||
pub use tauri_runtime as runtime;
|
||||
pub mod settings;
|
||||
mod state;
|
||||
#[cfg(feature = "updater")]
|
||||
|
Loading…
Reference in New Issue
Block a user