Adjust APIs for simpler examples in blog post
This commit is contained in:
parent
933fb87013
commit
1d3ca8eb5d
4 changed files with 13 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue