Patrik Buhring
Patrik Buhring
I agree that making "wrong" things easier to do is a generally bad choice. However this isn't documented anywhere that's easily accessible (And it took me a day to debug...
A few things actually, since we're targeting `OpenGLES 3.1`, the bindings change and break some things, and the shaders must be rewritten using a different kind of glsl: ``` //...
Alright! Some more information: - According to [this](https://source.android.com/setup/start/android-10-release) page, and [this](https://source.android.com/setup/start/android-10-release#graphics) entry, android has changed its egl specification to 1.5 - Changing the following items in `cargo.toml` do not change...
> W.r.t. the cursor leaving the view: that might be a terminal limitation? I would imagine a terminal's cursor cannot leave the bounds of the terminal and the primary cursor...