freetype: change example names to match mach convention
General mach examples use ``long-example-name`` case but freetype was using ``snake_case`` right now, which is inconsistent and midly inconvenient to use. Renamed: glyph_to_svg -> glyph-to-svg, single_glyph -> single-glyph
This commit is contained in:
parent
32c12f0eaa
commit
336134c996
3 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ pub fn build(b: *std.build.Builder) !void {
|
|||
test_step.dependOn(&main_tests.step);
|
||||
|
||||
inline for ([_][]const u8{
|
||||
"single_glyph",
|
||||
"glyph_to_svg",
|
||||
"single-glyph",
|
||||
"glyph-to-svg",
|
||||
}) |example| {
|
||||
const example_exe = b.addExecutable("example-" ++ example, "examples/" ++ example ++ ".zig");
|
||||
example_exe.setBuildMode(mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue