Moved Mars language to a separate repository. Partially refactored for the simple render pipeline. Incomplete refactor, does not build.

This commit is contained in:
paladin 2026-08-19 23:43:47 +01:00
parent 35cf269781
commit 1dcbcb3073
6 changed files with 20 additions and 172 deletions

9
Cargo.lock generated
View file

@ -628,6 +628,7 @@ dependencies = [
"glam",
"image",
"log",
"mars",
"pollster",
"wasm-bindgen",
"wasm-bindgen-futures",
@ -1003,9 +1004,13 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.29"
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
[[package]]
name = "mars"
version = "0.1.0"
[[package]]
name = "memchr"