Skip to content

Commit b09526a

Browse files
committed
game-activity: update ffi bindings for 2.0.2 via ./generate-bindings.sh
1 parent cc3983c commit b09526a

File tree

5 files changed

+9593
-10348
lines changed

5 files changed

+9593
-10348
lines changed

android-activity/src/game_activity/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#![allow(dead_code)]
1414

1515
use jni_sys::*;
16-
use libc::{pthread_cond_t, pthread_mutex_t, pthread_t, size_t};
16+
use libc::{pthread_cond_t, pthread_mutex_t, pthread_t};
1717
use ndk_sys::{AAssetManager, AConfiguration, ALooper, ALooper_callbackFunc, ANativeWindow, ARect};
1818

1919
#[cfg(all(

0 commit comments

Comments
 (0)