Added the D community project to the list of projections.
This commit is contained in:
Родитель
5e1832a6a1
Коммит
f54507a2c3
|
@ -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.
|
Загрузка…
Ссылка в новой задаче