Skip to content

Commit

Permalink
Remove python and embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Apr 10, 2024
1 parent 6dc035c commit 00ba897
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 479 deletions.
2 changes: 0 additions & 2 deletions rand_distr/Cargo.toml
Expand Up @@ -25,14 +25,12 @@ std = ["alloc", "rand/std"]
alloc = ["rand/alloc"]
std_math = ["num-traits/std"]
serde1 = ["serde", "rand/serde1"]
doc-images = ["embed-doc-image"]

[dependencies]
rand = { path = "..", version = "=0.9.0-alpha.1", default-features = false }
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
serde = { version = "1.0.103", features = ["derive"], optional = true }
serde_with = { version = "3.6.1", optional = true }
embed-doc-image = { version = "0.1.4", optional = true }

[dev-dependencies]
rand_pcg = { version = "=0.9.0-alpha.1", path = "../rand_pcg" }
Expand Down

0 comments on commit 00ba897

Please sign in to comment.