mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
add note to readme about android
This commit is contained in:
parent
31a959ba1a
commit
1625e9cce9
|
@ -43,7 +43,11 @@ cargo +nightly build --bin kubi -r --features nightly
|
||||||
|
|
||||||
build for android
|
build for android
|
||||||
|
|
||||||
prerequisites: Android SDK, NDK, platform-tools, latest JDK
|
please note that android support is purely experimental!
|
||||||
|
gamepad, keyboard and mouse input is currently borked, and touch controls are not available.
|
||||||
|
srgb and blending are broken too, which leads to many rendering issues
|
||||||
|
|
||||||
|
prerequisites: Android SDK, NDK, platform-tools, latest JDK (all should be in $PATH)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install cargo-apk
|
cargo install cargo-apk
|
||||||
|
|
Loading…
Reference in a new issue