Update the android glue to 0.2 to use the new cargo-apk crate
This commit is contained in:
parent
d4d4a6ffba
commit
764bf7ce4b
2 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue