gpui-devtools 0.2.0

Developer tools for inspecting and debugging GPUI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gpui-devtools"
version = "0.2.0"
edition = "2024"
description = "Developer tools for inspecting and debugging GPUI applications"
license = "MIT"
repository = "https://github.com/joris-gallot/gpui-devtools"
keywords = ["gpui", "devtools", "inspector", "debugging"]
categories = ["development-tools::debugging", "gui"]

[dependencies]
gpui = { version = "0.2.2", features = ["inspector"] }

[workspace]
members = ["examples/basic"]
resolver = "2"