xplm 0.4.0

High-level interfaces to the X-Plane plugin SDK
Documentation
[[example]]
crate-type = ["cdylib"]
name = "minimal"

[[example]]
crate-type = ["cdylib"]
name = "dataref"

[[example]]
crate-type = ["cdylib"]
name = "menus"
[dependencies.thiserror]
version = "1.0.58"

[dependencies.xplm-sys]
version = "0.5.0"

[package]
authors = ["Sam Crow <samcrow@uw.edu>"]
description = "High-level interfaces to the X-Plane plugin SDK"
edition = "2021"
keywords = ["X-Plane", "plugin"]
license = "MIT/Apache-2.0"
name = "xplm"
readme = "README.md"
repository = "https://github.com/samcrow/rust-xplm"
version = "0.4.0"
[profile.release]
codegen-units = 1
incremental = true
lto = true
opt-level = 3
strip = "symbols"