Skip to content

Commit

Permalink
update deno
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Dec 3, 2022
1 parent 5f3acf5 commit 8044f38
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 245 deletions.
101 changes: 59 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ wasm-bindgen-futures = "0.4.33"
web-sys = "0.3.60"

# deno dependencies
deno_console = "0.69.0"
deno_core = "0.151.0"
deno_url = "0.69.0"
deno_web = "0.100.0"
deno_webidl = "0.69.0"
deno_console = "0.80.0"
deno_core = "0.162.0"
deno_url = "0.80.0"
deno_web = "0.111.0"
deno_webidl = "0.80.0"
deno_webgpu = { path = "./deno_webgpu" }
tokio = "1.19.0"
termcolor = "1.1.2"
Expand Down
Loading

0 comments on commit 8044f38

Please sign in to comment.