diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index a55edcab19587fdb58dc3b5fe80e62259f89248e..715ce36be705ab0ea753df5503a6116959dff044 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -115,3 +115,15 @@ blade-macros.workspace = true blade-rwh.workspace = true bytemuck = "1" cosmic-text = "0.10.0" + +[[example]] +name = "hello_world" +path = "examples/hello_world.rs" + +[[example]] +name = "image" +path = "examples/image.rs" + +[[example]] +name = "ownership_post" +path = "examples/ownership_post.rs"