Skip to content

Commit

Permalink
Note updated Swift 5.7 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Jun 15, 2024
1 parent f5e38f3 commit 705e6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ After this, you should be able to `import Gtk` in your sources and use `swift bu
Alternatively, you can manually download [run-gir2swift.sh](https://github.com/rhx/gir2swift/raw/main/run-gir2swift.sh ) and add `SwiftGtk` as a dependency to your `Package.swift` file, e.g.:

```Swift
// swift-tools-version:5.6
// swift-tools-version:5.7

import PackageDescription

Expand Down Expand Up @@ -92,7 +92,7 @@ After that, use the (usual) Build and Test buttons to build/test this package.

## Prerequisites

### Swift 5.6 or higher
### Swift 5.7 or higher

To build, download Swift from https://swift.org/download/ -- if you are using macOS, make sure you have the command line tools installed as well). Test that your compiler works using `swift --version`, which should give you something like

Expand Down

0 comments on commit 705e6e6

Please sign in to comment.