plugin: rust-side modules + theme services with serde-typed config
This commit is contained in:
parent
a86e90e927
commit
f34f3f2f4e
95 changed files with 2477 additions and 1011 deletions
|
|
@ -56,8 +56,7 @@ let
|
|||
src = ../plugin;
|
||||
name = "nova-plugin-source";
|
||||
filter =
|
||||
path: type:
|
||||
(baseNameOf path == "qt_plugin_exports.txt") || (craneLib.filterCargoSources path type);
|
||||
path: type: (baseNameOf path == "qt_plugin_exports.txt") || (craneLib.filterCargoSources path type);
|
||||
};
|
||||
|
||||
commonArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue