1
0
Fork 0
forked from wry/wry

utils: move damage algorithms to algorithm crate

This commit is contained in:
Julian Orth 2022-06-03 21:01:20 +02:00
parent 259340938b
commit 6e244a08ab
12 changed files with 710 additions and 542 deletions

View file

@ -15,8 +15,8 @@ use {
jay_screenshot::{Dmabuf, Error},
},
},
algorithms::qoi::xrgb8888_encode_qoi,
chrono::Local,
qoi::xrgb8888_encode_qoi,
std::rc::Rc,
};