Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Oom committed Aug 10, 2024
1 parent 561596e commit ccb7e66
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 41 deletions.
108 changes: 69 additions & 39 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pathtracer-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clap = { version = "4.5.8", features = ["derive"] }
glam = "0.28.0"
kdtree = { version = "1.0.0", path = "../kdtree" }
miniquad = "0.4.2"
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand = { version = "0.8.5", default-features = false, features = ["std", "small_rng"] }
rayon = { version = "1.10.0", default-features = false }
scene = { version = "1.0.0", path = "../scene" }
tracing = { version = "1.0.0", path = "../tracing" }
2 changes: 1 addition & 1 deletion tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ assert_approx_eq = "1.1.0"
geometry = { version = "1.0.0", path = "../geometry" }
glam = "0.28.0"
kdtree = { version = "1.0.0", path = "../kdtree" }
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }
rand = { version = "0.8.5", default-features = false, features = ["std", "small_rng"] }
scene = { version = "1.0.0", path = "../scene" }

0 comments on commit ccb7e66

Please sign in to comment.