feat(gui): implement gui loadConfig and saveConfig

This commit is contained in:
CJ van den Berg 2026-04-01 13:16:37 +02:00
parent 091345fd02
commit 6292000ada
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 49 additions and 2 deletions

View file

@ -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 },
},
});