Update the android glue to 0.2 to use the new cargo-apk crate

This commit is contained in:
Pierre Krieger 2016-04-26 13:39:13 +02:00
parent d4d4a6ffba
commit 764bf7ce4b
2 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ impl Window {
android_glue::set_multitouch(win_attribs.multitouch);
Ok(Window {
native_window: native_window,
native_window: native_window as *const _,
event_rx: rx,
})
}