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.