Add login screen, poster cell, and item grid
This commit is contained in:
parent
20096beb4f
commit
0c9938acc2
8 changed files with 278 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue