Skip to content

Commit

Permalink
Swift 6 updates
Browse files Browse the repository at this point in the history
Using steamworks main branch while that moves around over the cycle.
  • Loading branch information
johnfairh committed Jun 27, 2024
1 parent c1131b5 commit 93cb088
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"originHash" : "0e835b31f6c99de6fcc976f46a22a3f635ba60b860700b86b6104956fd572882",
"originHash" : "a33c95d3128da4c89d3ec83b75e5b1df79f39a5b510fbf752156fc487d86a2fb",
"pins" : [
{
"identity" : "steamworks-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/johnfairh/steamworks-swift",
"state" : {
"revision" : "a55227dc4f155977147d7cb66c0d164c6139a870",
"version" : "0.5.2"
"branch" : "main",
"revision" : "b8555dc8e017f9c2f48a8de78fae0c8efc47d28f"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version" : "1.5.4"
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
"version" : "1.6.1"
}
},
{
"identity" : "tmlengines",
"kind" : "remoteSourceControl",
"location" : "https://github.com/johnfairh/TMLEngines",
"state" : {
"revision" : "3a728fea123425746bea5ec0b07ee6c80eb6c53d",
"version" : "1.3.3"
"revision" : "de8ce9a42bd55394daf2d37b2c5767a0d0725e8c",
"version" : "1.3.4"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.10
// swift-tools-version: 6.0

import PackageDescription

Expand All @@ -9,9 +9,9 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/johnfairh/steamworks-swift",
from: "0.5.2"),
branch: "main"),
.package(url: "https://github.com/johnfairh/TMLEngines",
from: "1.3.3")
from: "1.3.4")
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 93cb088

Please sign in to comment.