Crates.io | sim_connect_sys |
lib.rs | sim_connect_sys |
version | 0.2.0 |
source | src |
created_at | 2023-04-17 19:37:33.076177 |
updated_at | 2023-04-17 21:46:45.063723 |
description | Rust bindings for SimConnect for use with Microsoft Flight Simulator |
homepage | |
repository | https://github.com/dbidwell94/simconnect_rs/tree/master/sim_connect_sys |
max_upload_size | |
id | 841835 |
size | 4,789 |
A package which generates Rust bindings for SimConnect (for use with Microsoft Flight Simulator)
C:\MSFS SDK\
, then you may stop herecargo.toml
in the [env]
section as follows:[env]
SIMCONNECT_SDK = "path/to/sdk/lib"
SimConnect.dll
AND SimConnect.lib
. This is usually in ...\MSFS SDK\SimConnect SDK\lib
static_link
- This will tell the compiler to staticly link SimConnect instead of requiring a .dll
dependency