Add Hello Plugin with settings pane and metadata
This commit is contained in:
commit
ec1456fe72
4 changed files with 115 additions and 0 deletions
13
plugins/ohn-plugin-hello/Cargo.toml
Normal file
13
plugins/ohn-plugin-hello/Cargo.toml
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue