From 4f726101bfd8e0a05cb3850a1ecab2fbbea40c43 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Mon, 2 Dec 2024 09:53:21 -0500 Subject: [PATCH] Add outdated warning --- 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.