From 591c533f04e24a128a2491983243d828e18fb278 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 30 Aug 2022 17:23:06 -0500 Subject: [PATCH] Add samples readme (#1991) --- crates/samples/readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crates/samples/readme.md diff --git a/crates/samples/readme.md b/crates/samples/readme.md new file mode 100644 index 0000000000..d4df6a7355 --- /dev/null +++ b/crates/samples/readme.md @@ -0,0 +1,6 @@ +The samples in the repo compile with the latest, usually pre-release, version of the `windows` or `windows-sys` crate. +To find the samples for a particular release you can use a specific release tag. For example: + +https://github.com/microsoft/windows-rs/tree/0.39.0 + +That will give you the samples that compile with version 0.39 of the windows crate.