login screen

This commit is contained in:
2025-11-15 01:01:43 -05:00
parent dc106d6f90
commit f2bac2a237
9 changed files with 228 additions and 113 deletions

View File

@@ -1,9 +1,9 @@
use pollster::FutureExt;
use std::sync::Arc;
use ui::{
use iris::{
layout::Ui,
render::{UiLimits, UiRenderer},
};
use pollster::FutureExt;
use std::sync::Arc;
use wgpu::{util::StagingBelt, *};
use winit::{dpi::PhysicalSize, window::Window};