Fix material naming
This commit is contained in:
parent
8967477f39
commit
dd0435d563
7 changed files with 126 additions and 28 deletions
|
@ -1,6 +1,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
const material_max_len_default: usize = 40;
|
||||
const dimension_max_len_default: usize = 16;
|
||||
|
||||
pub fn build(b: *std.Build) void {
|
||||
const target = b.standardTargetOptions(.{});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue