setting home path now works

This commit is contained in:
Iaphetes 2025-03-08 19:51:44 +01:00
commit 62918416ee
3 changed files with 853 additions and 548 deletions

2
dev.sh
View file

@ -1,2 +1,2 @@
export ANDROID_HOME=$HOME/Android export ANDROID_HOME=$HOME/Android
export NDK_HOME=$HOME/Android/Sdk/ndk/28.0.12433566/ export NDK_HOME=$HOME/Android/Sdk/ndk/28.0.13004108

1397
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load diff

2
src-tauri/src/saving.rs Normal file
View file

@ -0,0 +1,2 @@
#[tauri::command]
pub async fn save(path: String, content: String) {}