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:
@@ -44,6 +44,8 @@ def check_features() -> None:
|
||||
raise SystemExit("imaging default features must stay empty")
|
||||
if imaging["features"].get("jpeg2000") != ["dep:libremetaverse-openjpeg"]:
|
||||
raise SystemExit("JPEG 2000 must stay isolated behind its optional feature")
|
||||
if imaging["features"].get("rust-j2k") != ["dep:j2k"]:
|
||||
raise SystemExit("pure-Rust JPEG 2000 must stay isolated behind rust-j2k")
|
||||
if not imaging["dependencies"]["libremetaverse-openjpeg"].get("optional"):
|
||||
raise SystemExit("the OpenJPEG adapter dependency must stay optional")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user