Giter VIP home page Giter VIP logo

wireframe-swraster's People

Contributors

melvyn2 avatar micwoj92 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

wireframe-swraster's Issues

Update nanorand to 0.7.0

While trying to update dependencies I ran into a wall with this one, rust expert help needed

error[E0432]: unresolved import `nanorand::RNG`
 --> src/main.rs:7:24
  |
7 | use nanorand::{WyRand, RNG};
  |                        ^^^
  |                        |
  |                        no `RNG` in the root
  |                        help: a similar name exists in the module: `Rng`

error[E0599]: no method named `generate_range` found for mutable reference `&mut WyRand` in the current scope
  --> src/main.rs:34:9
   |
34 |     rng.generate_range::<u16>(0, 10000) as FP / 10000.0
   |         ^^^^^^^^^^^^^^ method not found in `&mut WyRand`
   |
   = help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
   |
4  | use nanorand::Rng;
   |

Some errors have detailed explanations: E0432, E0599.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `graphics` due to 2 previous errors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.