Add login screen, poster cell, and item grid

This commit is contained in:
Brendan Szymanski 2026-06-05 01:26:05 -04:00
parent 20096beb4f
commit 0c9938acc2
8 changed files with 278 additions and 11 deletions

View file

@ -24,7 +24,7 @@ let package = Package(
),
.target(
name: "LuminateHome",
dependencies: ["LuminateCore", .product(name: "Adwaita", package: "adwaita-swift")]
dependencies: ["LuminateCore", "LuminateLibrary", .product(name: "Adwaita", package: "adwaita-swift")]
),
.target(
name: "LuminateLibrary",