mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:22:04 +00:00
Merge 285c79ca77 into 7d01aa0417
This commit is contained in:
commit
e208c26864
5
.changes/feat-re-export-from-url.md
Normal file
5
.changes/feat-re-export-from-url.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": feat:minor
|
||||
---
|
||||
|
||||
Re-export `url::form_urlencoded`
|
||||
@ -79,7 +79,7 @@ pub use tauri_macros::mobile_entry_point;
|
||||
pub use tauri_macros::{command, generate_handler};
|
||||
|
||||
use tauri_utils::assets::AssetsIter;
|
||||
pub use url::Url;
|
||||
pub use url::{form_urlencoded, Url};
|
||||
|
||||
pub(crate) mod app;
|
||||
pub mod async_runtime;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user