further stripping
idk if this is still worth it, if the docs are really this bad
This commit is contained in:
@@ -2,7 +2,6 @@ use realm_client::RealmApp;
|
||||
|
||||
pub fn main() -> iced::Result {
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
iced::program(RealmApp::title, RealmApp::update, RealmApp::view)
|
||||
.load(RealmApp::load)
|
||||
.subscription(RealmApp::subscription)
|
||||
|
||||
Reference in New Issue
Block a user