Files
gpui-component/examples/input/Cargo.toml
Jason Lee 33476d0c27 chore: Upgrade GPUI with splitted gpui_platform crate. (#2054)
https://github.com/zed-industries/zed/pull/49277

## Breaking Changes

- Removed `PixelsExt` trait, the methods are already in GPUI.
2026-02-21 17:19:59 +08:00

16 lines
274 B
TOML

[package]
name = "input"
version = "0.5.1"
publish = false
edition.workspace = true
[dependencies]
anyhow.workspace = true
gpui.workspace = true
gpui_platform.workspace = true
gpui-component.workspace = true
gpui-component-assets.workspace = true
[lints]
workspace = true