made significant upgrades to the rendering API. now need to move all applications to the new API and deprecate the old one.

This commit is contained in:
2025-02-18 03:59:34 +00:00
parent a8b8d61112
commit c3c4633cf1
7 changed files with 172 additions and 84 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ impl Application for CrystalFetch {
async fn run(&mut self, window: Option<Window>, _args: Vec<String>) -> Result<(), Error> {
let ds = Display::borrow();
// let ds = Display::borrow();
let os = OS.lock().os.clone();
let version = OS.lock().version.clone();