Moved Mars language to a separate repository. Partially refactored for the simple render pipeline. Incomplete refactor, does not build.
This commit is contained in:
parent
35cf269781
commit
1dcbcb3073
6 changed files with 20 additions and 172 deletions
|
|
@ -22,6 +22,7 @@ glam = { version = "0.33.3", features = [ "bytemuck" ] }
|
|||
console_error_panic_hook = "0.1.7"
|
||||
bytemuck = { version = "1.25.0", features = [ "derive" ]}
|
||||
image = { version = "0.24", default-features = false, features = ["png", "jpeg"]}
|
||||
mars = { path = "../Mars" }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue