Skip to content

Commit

Permalink
RenderKit 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heestand-xyz committed Jan 13, 2021
1 parent 4721d04 commit 5be34b6
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 @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// .package(url: "https://github.com/hexagons/LiveValues.git", from: "1.3.0"),
// .package(path: "~/Code/Packages/Swift/RenderKit/"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.5.3"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.5.4"),
],
targets: [
.target(name: "PixelKit", dependencies: [/*"LiveValues", */"RenderKit"], path: "Source", exclude: [
Expand Down

0 comments on commit 5be34b6

Please sign in to comment.