diff --git a/README.md b/README.md index 7771882..e3920a2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ **Vortice.Win32** is a **.NET 7.0** and **.NET 8.0** low-level bindings for Win32, generation is based on json files from [win32json](https://github.com/marlersoft/win32json), follows naming conventions of Vortice.Windows but small GC allocation and using unsafe struct for COM objects. +**NOTE** Starting from 15/11/2023 this project is archived, I suggest to use [Silk.NET](https://github.com/dotnet/Silk.NET) + ## Sponsors To further help development of these bindings library or other projects, please consider [SPONSOR](https://github.com/sponsors/amerkoleci) my profile in order to allow faster issue triaging and new features to be implemented. @@ -15,6 +17,5 @@ Vortice.Win32 development, contributions and bugfixes by: - Amer Koleci - Lot of ideas and code is based on [terrafx.interop.windows](https://github.com/terrafx/terrafx.interop.windows)