add lzma as only default compression, add missing cfg annotations

This commit is contained in:
Vinzenz Schroeter 2024-05-18 13:19:43 +02:00
parent e615f3f949
commit 79e963d045
5 changed files with 34 additions and 15 deletions

View file

@ -26,7 +26,7 @@ fn main() {
Command::BitmapLinearWin(
Origin(0, 0),
field.clone(),
CompressionCode::Bzip2,
CompressionCode::Lzma,
)
.into(),
)