We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6cc22 commit 6949245Copy full SHA for 6949245
1 file changed
src/lib.rs
@@ -7,7 +7,7 @@ mod il2cpp_sdk;
7
mod and64inlinehook;
8
9
use jni::JNIEnv;
10
-use jni::objects::{JClass, JString};
+use jni::objects::JClass;
11
use jni::sys::jstring;
12
use log::LevelFilter;
13
use android_logger::Config;
@@ -53,5 +53,4 @@ pub unsafe extern "C" fn Java_com_example_CheatLib_getVersion(
53
pub use imgui_api::*;
54
pub use remap::*;
55
pub use includes::*;
56
-pub use il2cpp_sdk::*;
57
pub use and64inlinehook::*;
0 commit comments