feat: pub use tauri_runtime as runtime (#2926)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Chaoqian Xu 2021-11-22 23:07:00 +08:00 committed by GitHub
parent cca9064e51
commit 8b651b9e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")]