Extract from msfs-2020-gps-link

This commit is contained in:
Mihai Dinculescu
2022-10-01 17:00:52 +01:00
commit cb00061d43
12 changed files with 1666 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "simconnect-sdk"
version = "0.1.0"
authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
edition = "2021"
description = "SimConnect SDK for Rust"
license = "MIT"
[build-dependencies]
bindgen = "0.60"
[dependencies]
num_enum = "0.5"
tracing = "0.1"