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