diff --git a/README.md b/README.md index b82d06d..6ed351b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,31 @@ +
+ +## ***wgpu branch*** + +Highly experimental very early work-in-progress wgpu version of Kubi!
+ +
+ +

Status: doesn't even compile

+If you want to play kubi, build the glium-based master branch instead (binary nightly releases). + +
+ +### *Android is not supported* +android builds need some significant changes to work with wgpu\ +but if you still want to try it latest git version of cargo-apk may be required: +```bash +cargo install --git https://github.com/rust-mobile/cargo-apk cargo-apk +``` + +
+

Kubi

Voxel engine written in Rust

- Wgpu edition: highly experimental very early work-in-progress wgpu version of Kubi!
- This crap doesn't even compile yet!
- If you want to play kubi, build the older Glium version (or try binary releases) instead. +

@@ -70,11 +90,6 @@ cargo install cargo-apk cargo target add aarch64-linux-android ``` -***wgpu branch**: latest git version of cargo-apk may be required!* -```bash -cargo install --git https://github.com/rust-mobile/cargo-apk cargo-apk -``` - **Build:** `--no-default-features` is required for keyboard input!\