From a00d955aed68a0e8b776f29c47a950f28030463b Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 4 Mar 2025 13:30:44 +0300 Subject: [PATCH] readme: add a link to winmd.v, a bindings generator for V --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5423eb4a9..785872ca6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ To call Win32 APIs from the language of your choice based off of this metadata, * Dart - https://github.com/halildurmus/win32 (Community) * Python - https://github.com/ynkdir/py-win32more (Community) * Zig - https://github.com/marlersoft/zigwin32 (Community) +* V - https://github.com/revosw/winmd.v (Community) Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.