Use comptime for fully declarative LV2 and Custom commands #14

Merged
luna merged 69 commits from declarative-commands into master 2020-06-02 21:37:47 +00:00
Showing only changes of commit af0ea574e1 - Show all commits

View file

@ -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,