Skip to content

Commit e628be3

Browse files
authored
MET-360: Use explicit tag to workaround SPM resolution error (#2)
Use explicit tag to workaround SPM resolution error
1 parent de0ba36 commit e628be3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Package.resolved

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
// GLTFKit2 is a binary framework that must be provided separately
1717
// (SVGViewKit is statically linked into BindJS.framework, so not needed here)
18-
.package(url: "https://github.com/warrenm/GLTFKit2", revision: "e69e354c4f31ea07b7816b8cbe2ddb28e897d073")
18+
.package(url: "https://github.com/warrenm/GLTFKit2", exact: "0.5.14")
1919
],
2020
targets: [
2121
.binaryTarget(

0 commit comments

Comments
 (0)