Use comptime for fully declarative LV2 and Custom commands #14
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub const Runner = struct {
|
|||
return Runner{
|
||||
.allocator = self.allocator,
|
||||
.image = cloned_image,
|
||||
.repl = self.repl,
|
||||
.args = self.args,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue