Skip to content

Commit

Permalink
Undo My Sins
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 23, 2025
1 parent 243968f commit 184c51d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
42 changes: 19 additions & 23 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ hashbrown = { version = "0.15.2", default-features = false, features = [
"inline-more",
] }
heck = "0.5.0"
image = { version = "0.25", default-features = false, features = ["png"] }
image = { version = "0.24", default-features = false, features = ["png"] }
indexmap = "2"
itertools = { version = "0.13.0" }
ktx2 = "0.3"
Expand All @@ -106,7 +106,8 @@ libloading = "0.8"
libtest-mimic = "0.8.1"
log = "0.4"
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
noise = "0.9"
# https://github.com/Razaekel/noise-rs/issues/335 (Updated dependencies)
noise = { version = "0.8", git = "https://github.com/Razaekel/noise-rs.git", rev = "c6942d4fb70af26db4441edcf41f90fa115333f2" }
nv-flip = "0.1"
obj = "0.10"
once_cell = "1.20.2"
Expand All @@ -133,7 +134,7 @@ smallvec = "1"
static_assertions = "1.1.0"
strum = { version = "0.26.0", features = ["derive"] }
trybuild = "1"
tracy-client = "0.18"
tracy-client = "0.17"
thiserror = "2"
winit = { version = "0.29", features = ["android-native-activity"] }

Expand Down Expand Up @@ -174,7 +175,7 @@ wasm-bindgen = "0.2.97"
wasm-bindgen-futures = "0.4.45"
wasm-bindgen-test = "0.3"
web-sys = { version = "0.3.74", default-features = false }
web-time = "1"
web-time = "0.2.4"

# deno dependencies
deno_console = "0.179.0"
Expand Down

0 comments on commit 184c51d

Please sign in to comment.