Rewriting parser.

This commit is contained in:
paladin
2026-07-02 00:43:49 +01:00
parent d2e89dae3e
commit f91d5a5091
8 changed files with 832 additions and 436 deletions
-1
View File
@@ -1,4 +1,3 @@
#![recursion_limit = "256"]
// Credit of most code to https://sotrh.github.io/learn-wgpu/ since I'm not familiar with wgpu
use std::sync::Arc;