From 3e3d5a0270ebe8fb0bc738d24d4786a6cd0621eb Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Wed, 4 Dec 2024 11:12:52 -0500 Subject: [PATCH] Add outdated warning (#2) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bdee1..33f46c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # swift-cwinrt + +> [!WARNING] +> This project contains an outdated snapshot of a subset of WinRT projections generated with [swift-winrt](https://github.com/thebrowsercompany/swift-winrt), provided for illustration purposes. To use WinRT APIs in your Swift project, we recommend using [swift-winrt](https://github.com/thebrowsercompany/swift-winrt) directly to generate your own projections. + C API definition used by Swift Language bindings. -This project references all metadata files uses by the various swift-* projects. The CWinRT contains the C ABI defintions for all types that can be used. \ No newline at end of file +This project references all metadata files uses by the various swift-* projects. The CWinRT contains the C ABI definitions for all types that can be used.