made the switch to using bracket-lib directly, instead of rltk wrapper
this should solve the build issues; it makes using the non-crashing github build a lot easier, because it lets the explicit rltk dependency be removed.
This commit is contained in:
parent
455b8f2d80
commit
85efe13dc5
93 changed files with 1528 additions and 770 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use criterion::{ black_box, criterion_group, criterion_main, Criterion };
|
||||
use rltk::RGB;
|
||||
use bracket_lib::prelude::*;
|
||||
|
||||
/// Benchmarks methods from rltk used to desaturate non-visible tiles.
|
||||
// Greyscale is significantly faster, but generally looks worse - the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue