Function crossbundle_tools::commands::android::compile_macroquad_rust_for_android [−][src]
pub fn compile_macroquad_rust_for_android(
ndk: &AndroidNdk,
build_target: AndroidTarget,
project_path: &Path,
profile: Profile,
features: Vec<String>,
all_features: bool,
no_default_features: bool,
target_sdk_version: u32,
lib_name: &str
) -> Result<()>Expand description
Compile macroquuad rust code for android
using cargo crate with a custom compiler executor
