Skip to content

Commit

Permalink
Reduce dependencies from rand_distr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivordir committed Oct 28, 2023
1 parent b3e299f commit 8e23fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ palette = { version = "0.7.3", default-features = false, features = ["std", "wid
image = { version = "0.24.7", default-features = false, optional = true }
rayon = { version = "1.8.0", optional = true }
rand = { version = "0.8.5", default-features = false, features = ["alloc"], optional = true }
rand_distr = { version = "0.4.3", optional = true }
rand_distr = { version = "0.4.3", default-features = false, features = ["alloc"], optional = true }
rand_xoshiro = { version = "0.6.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 8e23fbe

Please sign in to comment.