jpegxl-src 0.11.2

Source of libjxl and logic to build it.
Documentation
1
2
3
4
5
fn main() {
    let source = std::path::Path::new("libjxl");
    assert!(source.exists());
    assert!(source.is_dir());
}