Implement AspectContainer and FlowGrid

This commit is contained in:
Brendan Szymanski 2026-06-19 20:03:11 -04:00
parent 3280c51fa5
commit 3a54e96d8b
11 changed files with 1160 additions and 47 deletions

View file

@ -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",