### Run GPUI Examples Source: https://gpui-ce.github.io This command demonstrates how to run specific examples provided by the GPUI project using Cargo. ```bash cargo run --example [name] ``` -------------------------------- ### Add gpui-ce Dependency Source: https://gpui-ce.github.io This snippet shows how to add the gpui-ce package as a dependency in your project's Cargo.toml file. ```toml gpui = { package = "gpui-ce", version = "*" } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.