Skip to content

Commit

Permalink
Add CSKScene dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Fernandes committed May 14, 2021
1 parent 320c7bc commit 3223f44
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@
"revision": "aa31c2a984e02a211f3e959baa1b2b6becb6327a",
"version": "1.0.0"
}
},
{
"package": "CSKScene",
"repositoryURL": "https://github.com/backslash-f/cskscene",
"state": {
"branch": null,
"revision": "09c19aca47650189b1d0f01edab25d1e099527f4",
"version": "0.2.3"
}
},
{
"package": "GCOverseer",
"repositoryURL": "https://github.com/backslash-f/gcoverseer",
"state": {
"branch": null,
"revision": "908810d48f09bc62842290997177212d77296f2f",
"version": "0.2.2"
}
}
]
},
Expand Down
8 changes: 6 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ let package = Package(
)
],
dependencies: [
.package(name: "AppLogger", url: "https://github.com/backslash-f/applogger", from: "1.0.0")
.package(name: "AppLogger", url: "https://github.com/backslash-f/applogger", from: "1.0.0"),
.package(name: "CSKScene", url: "https://github.com/backslash-f/cskscene", from: "0.0.1")
],
targets: [
.target(
name: "ALMA",
dependencies: ["AppLogger"],
dependencies: [
"AppLogger",
"CSKScene"
],
exclude:["Resources"]
),
.testTarget(
Expand Down

0 comments on commit 3223f44

Please sign in to comment.