From d27a056e3da391655fd37c32bc13ece35d1469c4 Mon Sep 17 00:00:00 2001 From: Jason Meulenhoff Date: Sat, 11 May 2024 19:08:25 +0200 Subject: [PATCH] Remove simd import --- Sources/FortuneSwift/Math/VectorGeometry.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/FortuneSwift/Math/VectorGeometry.swift b/Sources/FortuneSwift/Math/VectorGeometry.swift index 75dddcb..720ee82 100644 --- a/Sources/FortuneSwift/Math/VectorGeometry.swift +++ b/Sources/FortuneSwift/Math/VectorGeometry.swift @@ -7,7 +7,6 @@ // import Foundation -import simd struct VectorGeometry {