From 69a31351279a72638bc1fa567d540a7c179a5281 Mon Sep 17 00:00:00 2001 From: Ines Zhou Date: Wed, 20 Mar 2024 09:57:26 +0800 Subject: [PATCH] Update Package.swift --- .../SwiftIOPlayground/12MoreProjects/SpinningCube/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/SwiftIOPlayground/12MoreProjects/SpinningCube/Package.swift b/Examples/SwiftIOPlayground/12MoreProjects/SpinningCube/Package.swift index 9d25829..2798b09 100644 --- a/Examples/SwiftIOPlayground/12MoreProjects/SpinningCube/Package.swift +++ b/Examples/SwiftIOPlayground/12MoreProjects/SpinningCube/Package.swift @@ -10,7 +10,7 @@ let package = Package( .package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "main"), .package(url: "https://github.com/madmachineio/MadBoards.git", branch: "main"), .package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "main"), - .package(path: "https://github.com/madmachineio/MadGraphics.git"), + .package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "main"), .package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"), ], targets: [