Skip to content

Commit be04106

Browse files
committed
Update na-winit-wgpu
- Renames package to com.github.rust_mobile.agdkeframe - Updates Gradle / AGP - Updates icon (TODO) - Addresses various deprecation warnings - Adds .vscode/settings.json to specify aarch64-linux-android target - Updates to winit 0.30 - Updates to wgpu 28
1 parent f7c8a6a commit be04106

9 files changed

Lines changed: 1737 additions & 968 deletions

File tree

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

0 commit comments

Comments
 (0)