Skip to content

Commit

Permalink
Update dependency ctreffs/SwiftSDL2 to from: "1.3.2" (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent c80f285 commit a1decba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.tvOS(.v11)
],
dependencies: [
.package(name: "SDL2", url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.3.0"),
.package(name: "SDL2", url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.3.2"),
.package(name: "FirebladeECS", url: "https://github.com/fireblade-engine/ecs.git", from: "0.17.5"),
.package(name: "FirebladeMath", url: "https://github.com/fireblade-engine/math.git", from: "0.13.0")
],
Expand Down

0 comments on commit a1decba

Please sign in to comment.