feat(imaging): add pure-Rust JPEG 2000 backend (#109)
Some checks failed
CI / required (push) Failing after 3m18s
Some checks failed
CI / required (push) Failing after 3m18s
This commit is contained in:
@@ -38,7 +38,7 @@ const REQUIRED_PROFILES: [&str; 7] = [
|
||||
"windows-stable-portable",
|
||||
"macos-stable-portable",
|
||||
];
|
||||
const REQUIRED_FEATURE_SETS: [&str; 11] = [
|
||||
const REQUIRED_FEATURE_SETS: [&str; 12] = [
|
||||
"all-features",
|
||||
"dds-bc67",
|
||||
"default",
|
||||
@@ -47,15 +47,18 @@ const REQUIRED_FEATURE_SETS: [&str; 11] = [
|
||||
"jpeg2000",
|
||||
"no-default-features",
|
||||
"real-audio",
|
||||
"rust-j2k",
|
||||
"skia",
|
||||
"tests",
|
||||
"vorbis",
|
||||
];
|
||||
const REQUIRED_FEATURES: [(&str, &str); 6] = [
|
||||
const REQUIRED_FEATURES: [(&str, &str); 8] = [
|
||||
("libremetaverse", "dds-bc67"),
|
||||
("libremetaverse", "jpeg2000"),
|
||||
("libremetaverse", "rust-j2k"),
|
||||
("libremetaverse", "vorbis"),
|
||||
("libremetaverse-imaging", "jpeg2000"),
|
||||
("libremetaverse-imaging", "rust-j2k"),
|
||||
("libremetaverse-imaging-skia", "skia"),
|
||||
("libremetaverse-voice-webrtc", "real-audio"),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user