Implement AspectContainer and FlowGrid
This commit is contained in:
parent
3280c51fa5
commit
3a54e96d8b
11 changed files with 1160 additions and 47 deletions
|
|
@ -52,9 +52,17 @@ let package = Package(
|
|||
.product(name: "Logging", package: "swift-log"),
|
||||
]
|
||||
),
|
||||
.target(
|
||||
name: "CAspectContainer",
|
||||
dependencies: [
|
||||
.product(name: "CAdw", package: "adwaita-swift")
|
||||
]
|
||||
),
|
||||
|
||||
.target(
|
||||
name: "LuminateUI",
|
||||
dependencies: [
|
||||
"CAspectContainer",
|
||||
"LuminateCore",
|
||||
"LuminateDI",
|
||||
"LuminateObservationMacros",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue