cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Remove dependency without license #200

Closed michaelmattig closed 1 year ago

michaelmattig commented 3 years ago

This crate uses old versions of num and rand which in turn depend on a crate named fuchsia-cprng whose source is no longer available and no license is given on crates.io. The command cargo license prints

... N/A (4): fuchsia-cprng

This PR updates the dependencies to remove this dependency. As weak_rng and XOrShift are no longer available in rand, I migrated to SmallRng instead : https://github.com/cogciprocate/ocl/pull/199

c0gent commented 1 year ago

Fixed by https://github.com/cogciprocate/ocl/pull/208