Skip to content

Commit

Permalink
Use binary MadGraphics
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <andy@madmachine.io>
  • Loading branch information
andy0808 committed Dec 17, 2024
1 parent b216eaf commit ed6f139
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -22,7 +22,7 @@ let package = Package(
.product(name: "PCF8563", package: "MadDrivers"),
.product(name: "SHT3x", package: "MadDrivers"),
.product(name: "ST7789", package: "MadDrivers"),
"MadGraphics",
"CFreeType",
]),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -22,7 +22,7 @@ let package = Package(
"MadBoards",
// Use specific library name rather than "MadDrivers" would speed up the build procedure.
.product(name: "ST7789", package: "MadDrivers"),
"MadGraphics"
"CFreeType",
]),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -22,7 +22,7 @@ let package = Package(
"MadBoards",
// Use specific library name rather than "MadDrivers" would speed up the build procedure.
.product(name: "ST7789", package: "MadDrivers"),
"MadGraphics",
"CFreeType",
]),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -23,7 +23,7 @@ let package = Package(
// Use specific library name rather than "MadDrivers" would speed up the build procedure.
.product(name: "ST7789", package: "MadDrivers"),
.product(name: "LIS3DH", package: "MadDrivers"),
"MadGraphics",
"CFreeType",
]),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -23,7 +23,7 @@ let package = Package(
// Use specific library name rather than "MadDrivers" would speed up the build procedure.
.product(name: "ST7789", package: "MadDrivers"),
.product(name: "LIS3DH", package: "MadDrivers"),
"MadGraphics",
"CFreeType",
]),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -22,7 +22,7 @@ let package = Package(
"MadBoards",
// Use specific library name rather than "MadDrivers" would speed up the build procedure.
.product(name: "ST7789", package: "MadDrivers"),
"MadGraphics",
"CFreeType",
]),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.package(url: "https://github.com/madmachineio/SwiftIO.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadBoards.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadDrivers.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/MadGraphics.git", branch: "develop"),
.package(url: "https://github.com/madmachineio/CFreeType.git", from: "2.13.2"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -23,7 +23,7 @@ let package = Package(
// Use specific library name rather than "MadDrivers" would speed up the build procedure.
.product(name: "ST7789", package: "MadDrivers"),
.product(name: "PCF8563", package: "MadDrivers"),
"MadGraphics",
"CFreeType",
]),
]
)

0 comments on commit ed6f139

Please sign in to comment.