Added the D community project to the list of projections.

This commit is contained in:
Mike Battista 2021-02-16 10:59:02 -08:00
Родитель 5e1832a6a1
Коммит f54507a2c3
2 изменённых файлов: 12 добавлений и 6 удалений

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

@ -8,9 +8,12 @@ This project aims to provide metadata for Win32 APIs such that idiomatic [projec
To call Win32 APIs from the language of your choice based off of this metadata, use the following [language projections](./docs/projections.md):
* C# - https://github.com/microsoft/cswin32
* C++ - https://github.com/microsoft/cppwin32
* Rust - https://github.com/microsoft/windows-rs
* C# - https://github.com/microsoft/cswin32 (Microsoft)
* C++ - https://github.com/microsoft/cppwin32 (Microsoft)
* Rust - https://github.com/microsoft/windows-rs (Microsoft)
* D - https://github.com/rumbu13/windows-d (Community)
Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.
See the [roadmap](./docs/roadmap.md) and [FAQ](./docs/faq.md) for more details.

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

@ -13,6 +13,9 @@ Below are some principles that all language projections should follow:
* Language projections should enable developers to target a specific set of APIs and link or include only the artifacts necessary to provide support for those APIs
## Projections
* C# - https://github.com/microsoft/cswin32
* C++ - https://github.com/microsoft/cppwin32
* Rust - https://github.com/microsoft/windows-rs
* C# - https://github.com/microsoft/cswin32 (Microsoft)
* C++ - https://github.com/microsoft/cppwin32 (Microsoft)
* Rust - https://github.com/microsoft/windows-rs (Microsoft)
* D - https://github.com/rumbu13/windows-d (Community)
Note: Community projects are listed here to help with discovery but are not officially validated by Microsoft.