Update dependencies
This commit is contained in:
parent
75d53738b5
commit
a20e0f26a4
@ -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(
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user