Skip to content

Commit

Permalink
Merge pull request #1 from PurplProto/feature/inital-app
Browse files Browse the repository at this point in the history
Initial app
  • Loading branch information
PurplProto authored Feb 9, 2024
2 parents 3750c54 + 2b92394 commit a6b0512
Show file tree
Hide file tree
Showing 21 changed files with 1,011,347 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
rustflags = ["-C", "target-feature=+crt-static"]
target = "aarch64-linux-android"

[profile.release]
strip = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"serayuzgur.crates",
"rust-lang.rust-analyzer"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"editor.formatOnSave": true
}
Loading

0 comments on commit a6b0512

Please sign in to comment.