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:
@@ -637,6 +637,30 @@ fn test_commands() -> Vec<CommandSpec> {
|
||||
"--locked",
|
||||
],
|
||||
),
|
||||
CommandSpec::new(
|
||||
"cargo",
|
||||
&[
|
||||
"test",
|
||||
"-p",
|
||||
"libremetaverse-imaging",
|
||||
"--no-default-features",
|
||||
"--features",
|
||||
"rust-j2k",
|
||||
"--locked",
|
||||
],
|
||||
),
|
||||
CommandSpec::new(
|
||||
"cargo",
|
||||
&[
|
||||
"test",
|
||||
"-p",
|
||||
"libremetaverse-imaging",
|
||||
"--no-default-features",
|
||||
"--features",
|
||||
"jpeg2000,rust-j2k",
|
||||
"--locked",
|
||||
],
|
||||
),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user