We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754b838 commit 53108eaCopy full SHA for 53108ea
1 file changed
crates/libs/metadata/default/readme.md
@@ -1,6 +1,7 @@
1
-These `.winmd` files together provide the default metadata for the Windows API. This is used when the
2
-dependent crate or workspace has an empty or non-existent `.windows/winmd` directory or include
3
-`.winmd` files that start with something other than "Windows.".
+These `.winmd` files provide the default metadata for the Windows API. This is used to
+generate the `windows` and `windows-sys` crates and are loaded using the `windows-metadata` crate's
+`File::with_default` function when reading metadata directly. As with everything else in this repo,
4
+the `.winmd` files in this folder are licensed via MIT or Apache-2.0.
5
6
## Windows.Win32.winmd
7
- Source: https://www.nuget.org/packages/Microsoft.Windows.SDK.Win32Metadata/
0 commit comments