//! Bindings between egui and Ark module Applet
// crate-specific exceptions:
#![allow(clippy::trivially_copy_pass_by_ref)]// for &ark::applet::Applet
#![allow(unsafe_code)]// SAFETY: transmuting triangle indices (avoids a copy)
#[cfg(target_arch ="wasm32")]modimplementation;#[cfg(target_arch ="wasm32")]pubuseimplementation::*;