1
0
Fork 0
forked from wry/wry
wry/algorithms/src/lib.rs
2022-06-03 21:02:34 +02:00

5 lines
79 B
Rust

#![feature(generic_associated_types)]
pub mod qoi;
pub mod rect;
mod windows;