Commit Graph

40 Commits

Author SHA1 Message Date
Mihai Dinculescu
e074d708d8 Updated to MSFS SDK v0.20.5.0 2023-02-09 10:34:45 +00:00
Mihai Dinculescu
88d9f78e59 Update crates 2023-02-09 10:34:40 +00:00
dependabot[bot]
9f569d49fa Bump bindgen from 0.61.0 to 0.62.0
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.61.0 to 0.62.0.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.61.0...v0.62.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 19:37:28 +00:00
Mihai Dinculescu
63086c5b9b Announce v0.2.1 2022-10-29 15:52:37 +01:00
Mihai Dinculescu
0a05fd38c9 Derive and for most enums 2022-10-29 15:51:49 +01:00
Mihai Dinculescu
8cc948816d Rename the github repo to simconnect-sdk-rs 2022-10-29 15:46:15 +01:00
Mihai Dinculescu
708f6b2ac5 Announce v0.2.0 2022-10-29 14:27:54 +01:00
Mihai Dinculescu
2809917a93 Add suport for system events 2022-10-29 13:48:00 +01:00
Mihai Dinculescu
ad52d7f050 Announce v0.1.3 2022-10-24 20:24:17 +01:00
Mihai Dinculescu
54960fbfb0 Replace cargo make defaults 2022-10-24 20:14:43 +01:00
Mihai Dinculescu
f47a597557 Improve error handling 2022-10-24 19:45:28 +01:00
Mihai Dinculescu
7186d61467 Tweak tracing information 2022-10-24 19:28:27 +01:00
Mihai Dinculescu
1175ab29fb Address clippy warning 2022-10-24 19:21:40 +01:00
Mihai Dinculescu
b34174496f Announce v0.1.2 2022-10-22 10:25:01 +01:00
Mihai Dinculescu
44f3766588 Derive for several enums 2022-10-22 10:18:33 +01:00
Mihai Dinculescu
67bd9974a2 Update README.md 2022-10-22 10:18:33 +01:00
Mihai Dinculescu
f9e93295c1 Run the CI in windows-latest 2022-10-22 10:18:33 +01:00
Mihai Dinculescu
34411bf63e Fix the docs.rs build take 2 2022-10-22 10:18:26 +01:00
dependabot[bot]
a77356fc48 Bump syn from 1.0.102 to 1.0.103
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.102 to 1.0.103.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.102...1.0.103)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 15:41:35 +01:00
Mihai Dinculescu
e49650e563 Announce v0.1.1 2022-10-21 15:30:32 +01:00
Mihai Dinculescu
8ea0c17f99 Fix the docs.rs build and improve the documentation 2022-10-21 14:59:22 +01:00
Mihai Dinculescu
ea9236f3f6 Prepare for publishing 2022-10-20 21:46:38 +01:00
Mihai Dinculescu
aac950b48f Add a features table 2022-10-20 18:16:09 +01:00
Mihai Dinculescu
4ac94cdb96 Add support for String 2022-10-20 15:42:51 +01:00
Mihai Dinculescu
60b73c1557 Fix altitude in examples 2022-10-19 20:07:26 +01:00
Mihai Dinculescu
3a7237addf Add support for to the macro 2022-10-19 13:18:26 +01:00
Mihai Dinculescu
a868d09b6e Cleanup the docs 2022-10-19 11:14:51 +01:00
dependabot[bot]
165432874b Bump bindgen from 0.60.1 to 0.61.0
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.60.1 to 0.61.0.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.60.1...v0.61.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 11:04:03 +01:00
Mihai Dinculescu
a46e9860a3 Add CI 2022-10-19 09:18:12 +01:00
Mihai Dinculescu
0db9847030 Add unsubscribe to objects 2022-10-18 21:56:07 +01:00
Mihai Dinculescu
a2002e02cd Add unsubscribe to facilities 2022-10-17 22:44:02 +01:00
Mihai Dinculescu
6be70c8566 Add support for facilities 2022-10-15 22:51:57 +01:00
Mihai Dinculescu
307b83ea95 Improve the examples 2022-10-12 23:27:19 +01:00
Mihai Dinculescu
9b7e3b97db Add the derive proc macro 2022-10-10 20:22:16 +01:00
Mihai Dinculescu
2f845f1c8f Fix the loading of the lib 2022-10-10 19:33:23 +01:00
Mihai Dinculescu
7f89887508 Proc macro preparation 2022-10-09 09:38:53 +01:00
Mihai Dinculescu
6d8fc61c0b Define the desired API 2022-10-08 19:09:57 +01:00
Mihai Dinculescu
41ebdbd03d Update the ffi lib 2022-10-07 17:41:43 +01:00
Mihai Dinculescu
9776960540 Cleanup lib imports 2022-10-07 17:26:37 +01:00
Mihai Dinculescu
cb00061d43 Extract from msfs-2020-gps-link 2022-10-01 17:01:57 +01:00