From ee6774f7802152d8eaaea3ef2ef0636083b44770 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Mon, 2 Dec 2024 09:59:44 -0500 Subject: [PATCH] Add outdated warning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ccc428..2671425 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Swift Language Bindings for `Windows.Foundation` APIs +> [!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. + This repository contains the Swift/WinRT language bindings for types in the `Windows.Foundation` namespace. It also contains general helper APIs used throughout all generated bindings. These APIs are intendened to be used in conjuction with the following projects: