WIP: Put a pin in this. It's broken but I'm moving on for a minute

This commit is contained in:
John Doty 2023-12-29 07:28:43 -08:00
parent 819a6dc1b6
commit f88d632767
4 changed files with 309 additions and 179 deletions

View file

@ -10,7 +10,9 @@ tracing = ["tracy-client/enable"]
[dependencies]
anyhow = "1.0"
base64 = "0.21.4"
bytemuck = { version = "1.13", features = ["derive"] }
bytes = "1.5.0"
deno_ast = { version = "0.29.3", features = ["transpiling", "typescript"] }
env_logger = "0.10"
fontdue = "0.7.3"
@ -20,7 +22,9 @@ lru = "0.11.0"
notify = "6"
oden-js = { path = "oden-js" }
pollster = "0.3"
sha-1 = "0.10.0"
sourcemap = "7.0.0"
thiserror = "1.0.49"
tracy-client = { version = "0.15.2", default-features = false }
wgpu = "0.17"
winit = "0.28"