Skip to content

Commit

Permalink
feat(tauri): export struct tauri::ExitRequestApi
Browse files Browse the repository at this point in the history
  • Loading branch information
WSH032 committed Feb 14, 2025
1 parent 741e44b commit a4a5cda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/export-ExitRequestApi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
tauri: 'minor:feat'
---

Export `struct tauri::ExitRequestApi`.
4 changes: 2 additions & 2 deletions crates/tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ pub use self::event::{Event, EventId, EventTarget};
use self::manager::EmitPayload;
pub use {
self::app::{
App, AppHandle, AssetResolver, Builder, CloseRequestApi, RunEvent, UriSchemeContext,
UriSchemeResponder, WebviewEvent, WindowEvent,
App, AppHandle, AssetResolver, Builder, CloseRequestApi, ExitRequestApi, RunEvent,
UriSchemeContext, UriSchemeResponder, WebviewEvent, WindowEvent,
},
self::manager::Asset,
self::runtime::{
Expand Down

0 comments on commit a4a5cda

Please sign in to comment.