Sequal32 / simconnect-rust

SimConnect bindings for rust.
MIT License
32 stars 13 forks source link

Add more info to Readme #15

Closed markusa380 closed 6 months ago

markusa380 commented 8 months ago

I was banging my head against the table trying to figure out why I kept having this issue:

https://github.com/Sequal32/simconnect-rust/issues/14

In hindsight, it is obvious, but I had the GNU Rust toolchain installed, not the MSVC one. So it might be good to document this.

BitsAndDroids commented 7 months ago

I like the split between the build and the requirements you've added. (minor piggyback on your PR: the crate.io build is behind a minor version).

Sequal32 commented 6 months ago

Thanks for this!