Initial refactor
This commit is contained in:
parent
d1a0caf7cf
commit
3280c51fa5
25 changed files with 830 additions and 212 deletions
|
|
@ -13,6 +13,7 @@ let package = Package(
|
|||
.package(url: "https://github.com/apple/swift-openapi-urlsession", from: "1.0.0"),
|
||||
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.16.0"),
|
||||
.package(url: "https://github.com/apple/swift-syntax", from: "603.0.0"),
|
||||
.package(url: "https://github.com/apple/swift-log", from: "1.6.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
@ -48,6 +49,7 @@ let package = Package(
|
|||
dependencies: [
|
||||
"LuminateCore",
|
||||
.product(name: "Adwaita", package: "adwaita-swift"),
|
||||
.product(name: "Logging", package: "swift-log"),
|
||||
]
|
||||
),
|
||||
.target(
|
||||
|
|
@ -79,6 +81,7 @@ let package = Package(
|
|||
"LuminateObservationMacros",
|
||||
.product(name: "Adwaita", package: "adwaita-swift"),
|
||||
.product(name: "Localized", package: "localized"),
|
||||
.product(name: "Logging", package: "swift-log"),
|
||||
],
|
||||
path: "Sources/Luminate",
|
||||
resources: [.process("Localized.yml")],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue