Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
heestand-xyz committed Jun 30, 2020
1 parent 0df7109 commit 044f1da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/hexagons/RenderKit.git",
"state": {
"branch": null,
"revision": "326582749747bbada254497648ac6049ff6d4d6f",
"version": "0.5.0"
"revision": "512cd0e0f776baf59d694da7a46ec8a7121e5f47",
"version": "0.5.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
// .package(url: "https://github.com/hexagons/LiveValues.git", from: "1.3.0"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.5.0"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.5.1"),
],
targets: [
.target(name: "PixelKit", dependencies: [/*"LiveValues", */"RenderKit"], path: "Source", exclude: [
Expand Down

0 comments on commit 044f1da

Please sign in to comment.