Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmo committed Dec 22, 2019
1 parent 25e555c commit 3336cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -17,13 +17,14 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/Cosmo/CoreGraphicsShim.git", .branch("master")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "OpenSwiftUI",
dependencies: []),
dependencies: ["CoreGraphicsShim"]),
.testTarget(
name: "OpenSwiftUITests",
dependencies: ["OpenSwiftUI"]),
Expand Down

0 comments on commit 3336cba

Please sign in to comment.