aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-10-28 08:20:59 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-10-28 08:20:59 +0100
commit089f47821c3358da83be22752e75d956ebe2bea5 (patch)
tree8a24721e43c2228f489411f0c32078741b6ae45d /README.md
parenta6d52b65179a50f398d37ad72b3aacc8e4ab1e6d (diff)
downloadglutin-089f47821c3358da83be22752e75d956ebe2bea5.tar.gz
glutin-089f47821c3358da83be22752e75d956ebe2bea5.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1a085c4..20c7495 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ fn main() {
### 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`
- - Events are not implemented
+ - 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 and vsync are not implemented
- Headless rendering doesn't work
### Emscripten
@@ -54,7 +54,9 @@ fn main() {
### OS/X
- - Events are not implemented
+ - Some events are not implemented
+ - Implementation is still work-in-progress
+ - Vsync not implemented
### Win32
@@ -66,4 +68,4 @@ fn main() {
- Some input events are not implemented
- Pixel formats not implemented
- - The implementation probably needs a cleanup
+ - Vsync not implemented