Skip to content

Commit

Permalink
Updated libimagequant version
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 26, 2023
1 parent 8405fb8 commit 75dc15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::QuantizationResult;
use crate::RGBA;
use std::mem::MaybeUninit;

pub const LIQ_VERSION: u32 = 40000;
pub const LIQ_VERSION: u32 = 40202;

#[must_use]
pub fn liq_get_palette_impl(r: &mut QuantizationResult) -> &Palette {
Expand Down

0 comments on commit 75dc15a

Please sign in to comment.