Add blade dependency

This commit is contained in:
Dzmitry Malyshau 2024-01-24 21:19:46 -08:00
parent 69e0ea92e4
commit ef4ef5f0e8
6 changed files with 16 additions and 11 deletions

View file

@ -6,8 +6,7 @@
//! ## Getting Started
//!
//! GPUI is still in active development as we work on the Zed code editor and isn't yet on crates.io.
//! You'll also need to use the latest version of stable rust and be on macOS. Add the following to your
//! Cargo.toml:
//! You'll also need to use the latest version of stable rust. Add the following to your Cargo.toml:
//!
//! ```
//! gpui = { git = "https://github.com/zed-industries/zed" }