Skip to content

Commit 154651e

Browse files
committed
Try removing miniz product
1 parent 1e0fd36 commit 154651e

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
@@ -9,7 +9,7 @@ let package = Package(
99
products: [
1010
.library(name: "GateEngine", targets: ["GateEngine"]),
1111
.library(name: "GameMath", targets: ["GameMath"]),
12-
.library(name: "MiniZ", targets: ["MiniZ"]),
12+
// .library(name: "MiniZ", targets: ["MiniZ"]),
1313
],
1414
dependencies: {
1515
var packageDependencies: [Package.Dependency] = []

0 commit comments

Comments
 (0)