Adjust APIs for simpler examples in blog post

This commit is contained in:
Nathan Sobo 2024-01-17 21:18:07 -07:00
parent 933fb87013
commit 1d3ca8eb5d
4 changed files with 13 additions and 8 deletions

View file

@ -67,7 +67,7 @@ fn main() {
}
log::info!("========== starting zed ==========");
let app = App::production(Arc::new(Assets));
let app = App::new().with_assets(Assets);
let (installation_id, existing_installation_id_found) = app
.background_executor()