Skip to content

Commit f7c8a6a

Browse files
committed
Update agdk-eframe
- Renames package to com.github.rust_mobile.agdkeframe - Updates Gradle / AGP - Updates icon - Addresses various deprecation warnings - Adds .vscode/settings.json to specify aarch64-linux-android target - Updates to Egui / EFrame 0.31
1 parent 4d451e3 commit f7c8a6a

38 files changed

+1792
-1353
lines changed

agdk-eframe/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
local.properties
1111
*.so
1212

13-
1413
# Added by cargo
1514

1615
/target

agdk-eframe/.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"rust-analyzer.cargo.target": "aarch64-linux-android",
3+
"editor.formatOnSave": true,
4+
"[xml]": {
5+
"editor.formatOnSave": false
6+
}
7+
}

0 commit comments

Comments
 (0)