Added Zig to the projection list.

This commit is contained in:
Mike Battista 2021-04-28 11:02:59 -07:00
Родитель 2b9d8cedb6
Коммит 3a28617bd9
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,7 @@ To call Win32 APIs from the language of your choice based off of this metadata,
* Rust - https://github.com/microsoft/windows-rs (Microsoft)
* D - https://github.com/rumbu13/windows-d (Community)
* Dart - https://github.com/timsneath/win32 (Community)
* Zig - https://github.com/marlersoft/zigwin32 (Community)
Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.

Просмотреть файл

@ -18,5 +18,6 @@ Below are some principles that all language projections should follow:
* Rust - https://github.com/microsoft/windows-rs (Microsoft)
* D - https://github.com/rumbu13/windows-d (Community)
* Dart - https://github.com/timsneath/win32 (Community)
* Zig - https://github.com/marlersoft/zigwin32 (Community)
Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.