Add home screen with continue watching, next up, recently added, library grid

This commit is contained in:
Brendan Szymanski 2026-06-05 01:28:08 -04:00
parent 0c9938acc2
commit a2ee8d946b
6 changed files with 188 additions and 25 deletions

View file

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