Skip to content

Commit

Permalink
Update dependency ctreffs/SwiftVulkan to from: "0.2.1" (#23)
Browse files Browse the repository at this point in the history
* Update dependency ctreffs/SwiftVulkan to from: "0.2.1"

* Update dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Treffs <[email protected]>
  • Loading branch information
renovate[bot] and ctreffs authored Apr 21, 2023
1 parent 5c85b35 commit c6b3fab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
brew install sdl2
- name: Test
run: make test
run: swift test
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
FRB_ENABLE_GRAPHICS_VULKAN: 0 # disable Vulkan on macOS CI until setup is smoothed out.
Expand All @@ -59,7 +59,7 @@ jobs:
.build/**/*.xctest
- name: Build Release
run: make build-release
run: swift build -c release
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
FRB_ENABLE_GRAPHICS_VULKAN: 0 # disable Vulkan on macOS CI until setup is smoothed out.
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"repositoryURL": "https://github.com/ctreffs/SwiftSDL2.git",
"state": {
"branch": null,
"revision": "dc30ee99e4fb5bb4272bfed2e6336d6bc48d8aba",
"version": "1.3.1"
"revision": "4f8f75880348c85db9289974fcbefcf3fce9d6fb",
"version": "1.3.2"
}
},
{
"package": "Vulkan",
"repositoryURL": "https://github.com/ctreffs/SwiftVulkan",
"state": {
"branch": null,
"revision": "19f57234c4abbf75f94ce3e915ae679c7198eb65",
"version": "0.2.0"
"revision": "54af73ca33e493ccfadf02e6f00281be07b8a850",
"version": "0.2.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ let package = Package(
.package(name: "FirebladeMath", url: "https://github.com/fireblade-engine/math.git", from: "0.13.0"),
.package(name: "FirebladeTime", url: "https://github.com/fireblade-engine/time.git", from: "0.2.0"),
.package(name: "SDL2", url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.3.2"),
.package(name: "Vulkan", url: "https://github.com/ctreffs/SwiftVulkan", from: "0.2.0"),
.package(name: "Vulkan", url: "https://github.com/ctreffs/SwiftVulkan", from: "0.2.1"),
.package(name: "SwiftNFD", url: "https://github.com/ctreffs/SwiftNFD.git", from: "1.0.2"),
],
targets: [
Expand Down

0 comments on commit c6b3fab

Please sign in to comment.