mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
CppWinRT is a tool that generates standard C++17 header-file libraries for Windows Runtime (WinRT) APIs. A more detailed introduction to C++/WinRT can be found in the Microsoft documentation at https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/. The source code is available under an MIT license, from https://github.com/microsoft/cppwinrt. Bug: https://github.com/flutter/flutter/issues/70205