Build linux under windows with MUSL
This commit is contained in:
@@ -21,7 +21,7 @@ pub struct Arguments {
|
||||
fn convert_full16(input: Input, output: Output) -> Result<(), Error> {
|
||||
match ImageReader::new(Cursor::new(tool_helper::input_to_vec(input)?)).with_guessed_format()?.decode() {
|
||||
Ok(image) => {
|
||||
|
||||
println!("Blubb!!");
|
||||
Ok(())
|
||||
},
|
||||
Err(error) => Err(Error::from_error(error))
|
||||
|
Reference in New Issue
Block a user