This commit is contained in:
John Smith 2022-02-02 08:22:10 -05:00
parent 25b776f5a1
commit d660d86884
3 changed files with 19 additions and 25 deletions

View file

@ -1,8 +1,6 @@
mod api;
mod bridge_generated;
use cfg_if::*;
#[cfg(target_os = "android")]
use jni::{objects::JClass, objects::JObject, JNIEnv};