https://github.com/cosmichorrordev/auto_shadow0133
https://github.com/cosmichorrordev/auto_shadow0133
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosmichorrordev/auto_shadow0133
- Owner: CosmicHorrorDev
- Created: 2024-02-26T02:53:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T01:38:11.000Z (about 2 years ago)
- Last Synced: 2025-01-24T16:44:32.859Z (over 1 year ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cross compiling
`cross` is configured to build correctly for aarch64. Just run
```console
$ cross build --release --target aarch64-unknown-linux-gnu
```