gpuikit
A work-in-progress modular UI toolkit for GPUI applications.
🚧 Note: Expect every release to have many, undocumented breaking changes for now. Use at your own risk and pin your verisons 🚧
Crates
gpuikit- Main crate with core components and re-exports -gpuikit-theme- Theming module -gpuikit-keymap- Keyboard shortcut and keymap management -gpuikit-editor- Text editor component -
Usage
Add the main crate to use all components:
[]
= "SOME_VERSION"
= "0.0.1"
# not supported yet, but in the future:
# gpuikit = { version = "0.0.1", features = ["theme", "keymap"] }
Or add individual crates as needed:
[]
= "0.0.1"
= "0.0.1"
= "0.0.1"
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT License (LICENSE-MIT)
at your option.