Closed StormWindStudios closed 3 years ago
Hey :)
Thanks for opening the issue. Do you want to submit a PR for this or should I do it?
Submitted! Thanks. :)
Very nice PR :) I've merged it, feel free to close this issue if there is nothing else to resolve
Hello,
I noticed in Cargo.toml that you want to remove the rand dependency but were running into compilation errors. I've had success compiling using
rand_core = { version = "0.5", default-features = false, features = ["getrandom"] }
and removing the additional dependency. Thanks!