mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -44,8 +44,8 @@ fn main() {
|
|||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
- To compile the examples for android, initialize the submodules, go to `deps/apk-builder/apk-builder` and run `cargo build`, then go back to `gl-init` and call `ANDROID_HOME=/path/to/sdk NDK_HOME=/path/to/ndk NDK_STANDALONE=/path/to/standalone cargo test --no-run --target=arm-linux-androideabi`
|
- To compile the examples for android, initialize the submodules, go to `deps/apk-builder/apk-builder` and run `cargo build`, then go back to `glutin` and call `ANDROID_HOME=/path/to/sdk NDK_HOME=/path/to/ndk NDK_STANDALONE=/path/to/standalone cargo test --no-run --target=arm-linux-androideabi`
|
||||||
- Events are not implemented
|
- Events and vsync are not implemented
|
||||||
- Headless rendering doesn't work
|
- Headless rendering doesn't work
|
||||||
|
|
||||||
### Emscripten
|
### Emscripten
|
||||||
@@ -54,7 +54,9 @@ fn main() {
|
|||||||
|
|
||||||
### OS/X
|
### OS/X
|
||||||
|
|
||||||
- Events are not implemented
|
- Some events are not implemented
|
||||||
|
- Implementation is still work-in-progress
|
||||||
|
- Vsync not implemented
|
||||||
|
|
||||||
### Win32
|
### Win32
|
||||||
|
|
||||||
@@ -66,4 +68,4 @@ fn main() {
|
|||||||
|
|
||||||
- Some input events are not implemented
|
- Some input events are not implemented
|
||||||
- Pixel formats not implemented
|
- Pixel formats not implemented
|
||||||
- The implementation probably needs a cleanup
|
- Vsync not implemented
|
||||||
|
|||||||
Reference in New Issue
Block a user