example: rename some examples

This commit is contained in:
Mitchell Hashimoto
2026-03-17 17:39:25 -07:00
parent 383a7e14a7
commit 996ce03f0b
11 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ pub fn build(b: *std.Build) void {
// Exe
const exe = b.addExecutable(.{
.name = "c_vt_key_encode",
.name = "c_vt_encode_key",
.root_module = exe_mod,
});
b.installArtifact(exe);

View File

@@ -29,7 +29,7 @@ pub fn build(b: *std.Build) void {
// Exe
const exe = b.addExecutable(.{
.name = "c_vt_mouse_encode",
.name = "c_vt_encode_mouse",
.root_module = exe_mod,
});
b.installArtifact(exe);