config refactor

This commit is contained in:
John Smith 2022-02-09 10:00:19 -05:00
parent b9862b0016
commit dfd995036a
4 changed files with 23 additions and 260 deletions

View file

@ -9,7 +9,6 @@ cfg_if! {
mod wasm;
}
}
mod config;
#[cfg(target_os = "android")]
use jni::{objects::JClass, objects::JObject, JNIEnv};