Skip to content

Commit 2b992bc

Browse files
krishnakumar4a4gurryCopilot
authored
docs: add cargo-wdk preview callout to Cargo Make section in README (#641)
This pull request updates the documentation to inform users about a new build tool in development for Rust drivers. The most important change is the addition of a preview notice about the upcoming `cargo-wdk` tool. Documentation update: * Added a preview notice in `README.md` announcing the development of the `cargo-wdk` cargo-extension, which is intended to replace `cargo-make` as the recommended tool for building Rust drivers, and encouraged users to try it out and provide feedback. --------- Signed-off-by: Krishna Kumar Thokala <krishna.thokala2010@gmail.com> Co-authored-by: Gurinder Singh <frederick.the.fool@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 666875a commit 2b992bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ Minimal examples of `WDM`, `KMDF`, and `UMDF` drivers can be found in the [examp
178178

179179
## Cargo Make
180180

181+
> **Preview:** We are developing a new Cargo extension [`cargo-wdk`](https://crates.io/crates/cargo-wdk) that will replace `cargo-make` as the recommended tool for building Rust drivers. Please try it out and share your feedback.
182+
181183
[`cargo-make`](https://github.com/sagiegurari/cargo-make) is used to facilitate builds using `windows-drivers-rs`, including for executing post-build driver packaging steps.
182184

183185
To execute the default action (build and package driver):

0 commit comments

Comments
 (0)