Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klntsky/sunkey
A time killer game
https://github.com/klntsky/sunkey
Last synced: 20 days ago
JSON representation
A time killer game
- Host: GitHub
- URL: https://github.com/klntsky/sunkey
- Owner: klntsky
- Created: 2023-08-02T00:10:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T12:23:52.000Z (over 1 year ago)
- Last Synced: 2024-11-09T15:47:42.389Z (3 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SunKey
## Building the APK
```
docker run \
--rm \
-v $(pwd):/root/src \
-v /tmp/registry\":/usr/local/cargo/registry\" \
-w /root/src -it \
notfl3/cargo-apk /bin/bash
```and in the shell:
```
cargo quad-apk build --release
```