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:
toml
[env]
SIMCONNECT_SDK = "path/to/sdk/lib"
The path MUST contain both 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