zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.45k stars 3.12k forks source link

Extract `auto_update_ui` crate #21008

Closed maxdeviant closed 14 hours ago

maxdeviant commented 14 hours ago

This PR extracts an auto_update_ui crate out of the auto_update crate.

This allows auto_update to not depend on heavier crates like editor, which in turn allows other downstream crates to start building sooner.

Release Notes: