utils: move damage algorithms to algorithm crate
This commit is contained in:
parent
259340938b
commit
6e244a08ab
12 changed files with 710 additions and 542 deletions
5
algorithms/src/lib.rs
Normal file
5
algorithms/src/lib.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#![feature(generic_associated_types)]
|
||||
|
||||
pub mod qoi;
|
||||
pub mod rect;
|
||||
mod windows;
|
||||
Loading…
Add table
Add a link
Reference in a new issue