nebulus 0.1.38

Low-latency native OpenIPC FPV ground station built with egui
1
2
3
4
5
6
7
#[cfg(not(any(target_arch = "wasm32", target_os = "android")))]
fn main() -> Result<(), String> {
    nebulus_app::run_desktop()
}

#[cfg(any(target_arch = "wasm32", target_os = "android"))]
fn main() {}