Skip to content

Commit

Permalink
Add "Device" package dependency
Browse files Browse the repository at this point in the history
 - Update component diagram.
  • Loading branch information
Fernando Fernandes committed Jun 11, 2021
1 parent 7852040 commit ec289e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ let package = Package(
],
dependencies: [
.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")
.package(name: "CSKScene", url: "https://github.com/backslash-f/cskscene", from: "0.0.1"),
.package(name: "Device", url: "https://github.com/backslash-f/device", from: "1.0.0")
],
targets: [
.target(
name: "ALMA",
dependencies: [
"AppLogger",
"CSKScene"
"CSKScene",
"Device"
],
exclude:["Resources"]
),
Expand Down
Binary file modified Resources/ALMA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec289e8

Please sign in to comment.