core: examples: update import path style

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-19 19:05:18 -07:00
parent 78edb10446
commit 07d9855f73
47 changed files with 216 additions and 93 deletions

View file

@ -1,7 +1,9 @@
/// A port of Austin Eng's "computeBoids" webgpu sample.
/// https://github.com/austinEng/webgpu-samples/blob/main/src/sample/computeBoids/main.ts
const std = @import("std");
const core = @import("mach").core;
const mach = @import("mach");
const core = mach.core;
const gpu = core.gpu;
title_timer: core.Timer,