Rename the github repo to simconnect-sdk-rs

This commit is contained in:
Mihai Dinculescu
2022-10-29 14:58:58 +01:00
parent 708f6b2ac5
commit 8cc948816d
7 changed files with 23 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ description = "SimConnect SDK. An opinionated SimConnect Client that encapsulate
keywords = ["simconnect", "MSFS-2020", "simulation", "aerospace"]
categories = ["aerospace", "simulation", "aerospace::simulation", "games"]
readme = "README.md"
repository = "https://github.com/mihai-dinculescu/simconnect-sdk"
repository = "https://github.com/mihai-dinculescu/simconnect-sdk-rs"
include = ["src/**", "ffi/**/*", "build.rs", "LICENSE", "README.md"]
[features]

View File

@@ -77,7 +77,7 @@
//! }
//! ```
//!
//! See [more examples](https://github.com/mihai-dinculescu/simconnect-sdk/tree/main/examples).
//! See [more examples](https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/main/examples).
mod bindings;
mod domain;