refactor: move deleted tauri APIs, prepare for next release (#355)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-13 08:32:30 -07:00
committed by GitHub
parent 937e6a5be6
commit 702b7b36bd
45 changed files with 1412 additions and 31963 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ pub fn name<R: Runtime>(app: AppHandle<R>) -> String {
#[tauri::command]
pub fn tauri_version() -> &'static str {
// TODO: return actual tauri version with `tauri::VERSION`
env!("CARGO_PKG_VERSION")
tauri::VERSION
}
#[tauri::command]