Update dependencies

This commit is contained in:
david-swift 2025-02-08 14:16:33 +01:00
parent 75d53738b5
commit a20e0f26a4
2 changed files with 6 additions and 8 deletions

View File

@ -8,10 +8,10 @@ let package = Package(
.library(name: "WinUI", type: .dynamic, targets: ["WinUI"]),
],
dependencies: [
.package(url: "https://github.com/thebrowsercompany/swift-cwinrt", branch: "main"),
.package(url: "https://github.com/thebrowsercompany/swift-uwp", branch: "main"),
.package(url: "https://github.com/thebrowsercompany/swift-windowsappsdk", branch: "main"),
.package(url: "https://github.com/thebrowsercompany/swift-windowsfoundation", branch: "main"),
.package(url: "https://git.aparoksha.dev/winui-swift/swift-cwinrt", branch: "main"),
.package(url: "https://git.aparoksha.dev/winui-swift/swift-uwp", branch: "main"),
.package(url: "https://git.aparoksha.dev/winui-swift/swift-windowsappsdk", branch: "main"),
.package(url: "https://git.aparoksha.dev/winui-swift/swift-windowsfoundation", branch: "main"),
],
targets: [
.target(

View File

@ -1,4 +1,6 @@
# swift-winui
This is based on [thebrowsercompany/swift-winui](https://github.com/thebrowsercompany/swift-winui).
Swift Language Bindings for WinUI
## APIs
@ -19,10 +21,6 @@ The bindings are generated from WinMD files, found in NuGet packages on Nuget.or
1. projections.json - this specifies the project/package and which apis to include in the projection
2. generate-bindings.ps1 - this file reads both `packages.config` and `projections.json` and generates the appropriate bindings.
## Filing Issues
Please file any issues you have with this repository on https://github.com/thebrowsercompany/swift-winrt
## Known Issues and Limitations
- Only x64 architecture is supported for now