Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Oct 21, 2023
1 parent 56ef22f commit 6b30e32
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 @@ -230,7 +230,7 @@ let package = Package(
.macOS("13.0"),
],
dependencies: [
.package(url: "https://github.com/johnfairh/steamworks-swift", from: "0.4.0"),
.package(url: "https://github.com/johnfairh/steamworks-swift", from: "0.5.1"),
],
targets: [
.executableTarget(
Expand Down Expand Up @@ -266,7 +266,7 @@ public struct MySteamApp {

API docs [here](https://johnfairh.github.io/steamworks-swift/index.html).

Fully-fledged AppKit demo [here](https://github.com/johnfairh/spacewar-swift).
Fully-fledged AppKit/Metal demo [here](https://github.com/johnfairh/spacewar-swift).

## Implementation notes

Expand Down

0 comments on commit 6b30e32

Please sign in to comment.