Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```