feat(gui): implement get_fontfaces
This commit is contained in:
parent
6faea2ef02
commit
4ca31b0f75
6 changed files with 95 additions and 2 deletions
|
|
@ -606,6 +606,7 @@ pub fn build_exe(
|
|||
.{ .name = "app", .module = app_mod },
|
||||
.{ .name = "tuirenderer", .module = tui_renderer_mod },
|
||||
.{ .name = "vaxis", .module = vaxis_mod },
|
||||
.{ .name = "rasterizer", .module = truetype_rasterizer_mod },
|
||||
},
|
||||
});
|
||||
break :blk mod;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue