-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the docs.rs build and improve the documentation
- Loading branch information
1 parent
ea9236f
commit 8ea0c17
Showing
11 changed files
with
61 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[tasks.simconnect-sdk-publish-derive] | ||
workspace = false | ||
script = [ | ||
''' | ||
copy LICENSE simconnect-sdk-derive\LICENSE | ||
copy README.md simconnect-sdk-derive\README.md | ||
cargo publish -p simconnect-sdk-derive --allow-dirty | ||
''' | ||
] | ||
|
||
[tasks.simconnect-sdk-publish] | ||
workspace = false | ||
script = [ | ||
''' | ||
copy LICENSE simconnect-sdk\LICENSE | ||
copy README.md simconnect-sdk\README.md | ||
cargo publish -p simconnect-sdk --allow-dirty | ||
''' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
edition = "2021" | ||
license = "MIT" | ||
authors = ["Mihai Dinculescu <[email protected]>"] | ||
description = "Macros implementation for SimConnect SDK" | ||
description = "Macros implementation for SimConnect SDK. An opinionated SimConnect Client that encapsulates the C API fully and optimizes for developer experience." | ||
keywords = ["simconnect", "MSFS-2020", "simulation", "aerospace"] | ||
categories = ["aerospace", "simulation", "aerospace::simulation", "games"] | ||
readme = "README.md" | ||
|
@@ -28,3 +28,6 @@ once_cell = "1.7" | |
[dev-dependencies] | ||
simconnect-sdk = { path = "../simconnect-sdk" } | ||
trybuild = { version = "1.0", features = ["diff"] } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-pc-windows-msvc"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.