mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
340 B
340 B
tauri
| tauri |
|---|
| patch:breaking |
tauri::scope module is recieving a couple of consistency changes:
- Added
tauri::scope::fsmodule. - Removed
scope::IpcScopere-export, usescope::ipc::Scope. - Removed
FsScope,GlobPatternandFsScopeEvent, usescope::fs::Scope,scope::fs::Patternandscope::fs::Eventrespectively.