Rheidner Achiles
Rheidner Achiles
I think that this library has no support anymore, none of the issues are properly responded and a lot of PR with great solutions not approved.
I forgot to mention that a test with the name `stack_overlfow2` can be used to debug, test and reproduce this. It is located in `test.rs` and can be executed with...
There's only one "problem" with this approach: the file `cli.rs`, which contains the cli integration tests, stays in `./tests/` directory, which is the "reserved" directory for cargo integration tests to...
Maybe this isn't possible. The `[bench]` attribute is unstable, and the `criterion` only works for library crates as said [here](https://bheisler.github.io/criterion.rs/book/user_guide/known_limitations.html). Other libraries suffer from the same problem of `criterion`, because...
It's the only way to use these benches libs from what i saw
Hello, I also have the same problem (without ysort in the tilemap the game runs at 220fps+, with ysort the game stays at 60fps, dropping to 50 and 40 sometimes)....
Hello, I tested the PR by building the source using the commands provided in the link. My tilemap has animated water tiles and static ground of different types, its size...
I did not understand the result `('Fib', {FibAct #123}) => [{FibEvt #0}, {FibEvt #1}]` (I think that you meant to write `GameEvt` and `GameAct`). What would be this `{FibAct #123}`?
I think this can be closed due to the changes in #221
This was already proposed, but was not considered because some people who already participated more actively in the development of the project did not like the style proposed by `cargo...