1
2
3
4
5
6
use nuit_core::CRoot;

#[cfg(target_vendor = "apple")]
extern "C" {
    pub fn run_app(root: *const CRoot);
}