Skip to content

Commit 47fc83a

Browse files
committed
Switch to my simdtools fork for linux fixes
1 parent 109b151 commit 47fc83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let package = Package(
4646
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
4747
.package(url: "https://github.com/alloverse/OpenCombine.git", branch: "fix/vision-support"), // So we can use Combine on Linux.
4848
.package(url: "https://github.com/keyvariable/kvSIMD.swift.git", from: "1.1.0"), // So we can use simd on Linux
49-
.package(url: "https://github.com/computer-graphics-tools/simd-tools", from: "0.0.1"),
49+
.package(url: "https://github.com/alloverse/simd-tools", branch: "fix/linux-build"),
5050
.package(path: "Packages/AlloDataChannel"),
5151
.package(url: "https://github.com/DimaRU/PackageBuildInfo", branch: "master"),
5252
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),

0 commit comments

Comments
 (0)