So I'm working on a graphics app in rust... But I can't find many good ui solutions. Most are for web. I want something that isn't a web wrapper and supports deferred mode. Does this exist yet?
You might be better of using a wrapper for GTK or QT, which are very mature but not Rust based. If you want some fun with guis, try egui. I REALLY like it and it's a great experience working with it, but not deferred mode.