Skip to content

Commit

Permalink
Add text_writing_anim to nob build
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 17, 2024
1 parent 14a417d commit 1cd30b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nob.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ Example examples[] = {
.bin_path = "./build/core_input_mouse_wheel",
.wasm_path = "./wasm/core_input_mouse_wheel.wasm",
},
{
.src_path = "./examples/text_writing_anim.c",
.bin_path = "./build/text_writing_anim",
.wasm_path = "./wasm/text_writing_anim.wasm",
},
};

bool build_native(void)
Expand Down

0 comments on commit 1cd30b4

Please sign in to comment.