Giter Site home page Giter Site logo

bevycheck's People

Contributors

jakobhellermann avatar minersebas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

isgasho slyedoc

bevycheck's Issues

Bump version of `syn`

Hey! Lovely crate, but in order to make it work:

I had to bump syn to syn = "1.0.72". Then I had to go to bevy and update the syn used there to syn = "1.0.72", and finally the crate would compile with other things I had as well.
The problem is that standard-dist also uses a newer syn crate.

Invalid criteria on `Query`

Clippy wants me to annotate all anonymous lifetimes, as they are deprecated. I'm not sure where this is written.
But it means that I have to write Commands<'_>, Query<'_, and so on.

Thus, I get an error on a very legitimately correct system:

error: invalid system parameter

  = note: the query should have generic type parameters      


   --> src\dispersal.rs:362:16
    |
362 |         query: Query<'_, (&VitalStatus, &Sex, &AgeGroup)>,
    |                ^^^^^

I hope that this can be fixed. I think this crate is a must have to make working with bevy frictionless.
I'd gladly test or help write the solution for this, if I get some steps on to do this.

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.