Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Nov 28, 2024
1 parent ea1b3cb commit 93a1fa8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
-p cppwinrt
-p windows-implement
-p windows-interface
-p windows-metadata
-p windows-registry
-p windows-result
-p windows-strings
Expand Down
1 change: 0 additions & 1 deletion docs/publish.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
:: cargo publish -p windows_x86_64_msvc

:: cargo publish -p windows-targets
:: cargo publish -p windows-metadata
:: cargo publish -p windows-bindgen
:: cargo publish -p windows-result
:: cargo publish -p windows-registry
Expand Down
1 change: 0 additions & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This repo is the home of the following crates (and other supporting crates):
* [windows-core](https://crates.io/crates/windows-core) - Type support for the `windows` crate.
* [windows-implement](https://crates.io/crates/windows-implement) - The `implement` macro for the `windows` crate, for implementing COM interfaces.
* [windows-interface](https://crates.io/crates/windows-interface) - The `interface` macro for the `windows` crate, for declaring COM interfaces.
* [windows-metadata](https://crates.io/crates/windows-metadata) - Windows metadata reader.
* [windows-registry](https://crates.io/crates/windows-registry) - Windows registry.
* [windows-result](https://crates.io/crates/windows-result) - Windows error handling.
* [windows-strings](https://crates.io/crates/windows-strings) - Windows string types.
Expand Down

0 comments on commit 93a1fa8

Please sign in to comment.