feat(gui): implement gui loadConfig and saveConfig
This commit is contained in:
parent
091345fd02
commit
6292000ada
3 changed files with 49 additions and 2 deletions
|
|
@ -593,6 +593,8 @@ pub fn build_exe(
|
|||
.{ .name = "cbor", .module = cbor_mod },
|
||||
.{ .name = "vaxis", .module = vaxis_mod },
|
||||
.{ .name = "xterm", .module = gui_xterm_mod },
|
||||
.{ .name = "soft_root", .module = soft_root_mod },
|
||||
.{ .name = "gui_config", .module = gui_config_mod },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue