Fix material naming

This commit is contained in:
Dominic Grimm 2025-06-04 19:08:10 +02:00
parent 8967477f39
commit dd0435d563
Signed by: dergrimm
SSH key fingerprint: SHA256:0uoWpcqOtkyvQ+ZqBjNYiDqIZY+9s8VeZkkJ/4ryB4E
7 changed files with 126 additions and 28 deletions

View file

@ -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(.{});