xplane-sys 4.0.109

Low-level bindings for the X-Plane plugin SDK
Documentation
[build-dependencies.bindgen]
version = "0.69"

[dependencies.bitfield]
version = "0.14"

[dependencies.mockall]
optional = true
version = "~0.12"

[features]
XPLM200 = []
XPLM210 = ["XPLM200"]
XPLM300 = ["XPLM210"]
XPLM301 = ["XPLM300"]
XPLM302 = ["XPLM301"]
XPLM303 = ["XPLM302"]
XPLM400 = ["XPLM303"]
default = []
fmod = []
mockall = ["dep:mockall"]
stub-linux = []

[package]
authors = ["Julia DeMille <me@jdemille.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Low-level bindings for the X-Plane plugin SDK"
edition = "2021"
keywords = ["X-Plane", "plugin"]
license = "MIT/Apache-2.0"
name = "xplane-sys"
readme = "README.md"
repository = "https://git.sr.ht/~jdemille/xplane-sys"
version = "4.0.109"

[package.metadata.docs.rs]
features = ["XPLM400"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-pc-windows-msvc"]

[target.'cfg(target_os = "linux")'.build-dependencies.cmake]
version = "~0.1"