Add image container to draw background, more adjustment to design

This commit is contained in:
Jeremy Soller 2023-10-06 13:37:38 -06:00
parent 7cb1c89474
commit 66fdd2525d
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
5 changed files with 193 additions and 28 deletions

View file

@ -2,6 +2,7 @@
// SPDX-License-Identifier: GPL-3.0-only
mod greeter;
mod image_container;
mod locker;
fn main() -> Result<(), Box<dyn std::error::Error>> {