Closed musm closed 6 years ago
Thanks. Fixed in c0106beffc810fc44eda0c2b5529424184929c2e
Can you push this to crates.io? This is blocking me from building gifski on Windows.
Oh, I forgot. Done!
Cool! Can you also update your cargo.lock
file in gifski?
And I think also here: https://github.com/ImageOptim/gifski/blob/master/Cargo.toml#L27
OK
Still doesn't work here :( The current gifski
crate has hardcoded the dependency to lodepng ^2.1.2
. So I think you need to release a new gifski that depends on lodepng ^2.1.5 for it to build on windows...
In Cargo 2.1.2 means ^2.1.2, so if you use the lockfile or run cargo update, it will use the newer one.
OK I'll try again, one sec.