all: reorganize packages for release
This commit is contained in:
parent
c659b478cf
commit
b374947b45
9 changed files with 32 additions and 21 deletions
|
|
@ -14,8 +14,8 @@ use {
|
|||
jay_screenshot::{Dmabuf, Error},
|
||||
},
|
||||
},
|
||||
algorithms::qoi::xrgb8888_encode_qoi,
|
||||
chrono::Local,
|
||||
jay_algorithms::qoi::xrgb8888_encode_qoi,
|
||||
std::rc::Rc,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ mod tests;
|
|||
|
||||
pub use region::RegionBuilder;
|
||||
use {
|
||||
algorithms::rect::RectRaw,
|
||||
jay_algorithms::rect::RectRaw,
|
||||
smallvec::SmallVec,
|
||||
std::fmt::{Debug, Formatter},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use {
|
||||
crate::rect::{Rect, Region},
|
||||
algorithms::rect::{
|
||||
jay_algorithms::rect::{
|
||||
region::{extents, rects_to_bands, subtract, union},
|
||||
RectRaw,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use {
|
||||
crate::rect::{Rect, Region},
|
||||
algorithms::rect::RectRaw,
|
||||
jay_algorithms::rect::RectRaw,
|
||||
};
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue