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

View file

@ -0,0 +1,13 @@
[package]
name = "ohn-plugin-hello"
version = "0.1.0"
edition = "2024"
[package.metadata.hotplug.api_versions]
OhnUiPlugin = "1.0"
[dependencies]
ohn-ui-plugin = { workspace = true }
hotplug-meta = { workspace = true }
inventory = { workspace = true }
gpui = { workspace = true }