@@ -46,6 +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 " ) ,
4950 . package ( path: " Packages/AlloDataChannel " ) ,
5051 . package ( url: " https://github.com/DimaRU/PackageBuildInfo " , branch: " master " ) ,
5152 . package ( url: " https://github.com/mxcl/Version.git " , from: " 2.0.0 " ) ,
@@ -62,6 +63,7 @@ let package = Package(
6263 " FlyingFoxMacros " ,
6364 " Version " ,
6465 . product( name: " kvSIMD " , package : " kvSIMD.swift " ) ,
66+ . product( name: " SIMDTools " , package : " simd-tools " ) ,
6567 . product( name: " OpenCombineShim " , package : " opencombine " ) ,
6668 . product( name: " Atomics " , package : " swift-atomics " ) ,
6769 . product( name: " Logging " , package : " swift-log " )
0 commit comments