Skip to content

Commit

Permalink
feat: initial project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 23, 2022
0 parents commit 53671a3
Show file tree
Hide file tree
Showing 38 changed files with 1,179 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
rustflags = ["-C", "target-feature=-crt-static"]
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
Loading

0 comments on commit 53671a3

Please sign in to comment.