Add Hello Plugin with settings pane and metadata

This commit is contained in:
stoorps 2026-04-25 00:17:31 +01:00
commit ec1456fe72
Signed by: stoorps
SSH key fingerprint: SHA256:AZlPfu9hTu042EGtZElmDQoy+KvMOeShLDan/fYLoNI
4 changed files with 115 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[workspace]
resolver = "2"
members = ["plugins/ohn-plugin-hello"]
[workspace.dependencies]
hotplug-meta = { path = "/Users/sam.storer/repos/hotplug/crates/hotplug-meta" }
hotplug-macros = { path = "/Users/sam.storer/repos/hotplug/crates/hotplug-macros" }
hotplug-build = { path = "/Users/sam.storer/repos/hotplug/crates/hotplug-build" }
inventory = "0.3"
gpui = "0.2"
ohn-ui-plugin = { path = "/Users/sam.storer/repos/devism/crates/ohn-ui-plugin" }