Use comptime for fully declarative LV2 and Custom commands #14
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub const Runner = struct {
|
||||||
image: ?*Image = null,
|
image: ?*Image = null,
|
||||||
|
|
||||||
/// If the runner is in REPL mode
|
/// If the runner is in REPL mode
|
||||||
repl: bool = false,
|
repl: bool,
|
||||||
|
|
||||||
args: [][]u8,
|
args: [][]u8,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue