merged main

This commit is contained in:
KCaverly 2023-07-07 14:24:29 -04:00
commit 3f5667b101
118 changed files with 4009 additions and 1557 deletions

View file

@ -181,6 +181,8 @@ fn main() {
background_actions,
});
cx.set_global(Arc::downgrade(&app_state));
audio::init(Assets, cx);
auto_update::init(http.clone(), client::ZED_SERVER_URL.clone(), cx);
workspace::init(app_state.clone(), cx);