infinity-rs 0.2.4

Safe, idiomatic Rust bindings for the MSFS 2024 WASM SDK.
1
2
3
4
5
use crate::sys::*;

pub type SystemInstall = sSystemInstallData;
pub type GaugeInstall = sGaugeInstallData;
pub type GaugeDraw = sGaugeDrawData;