functional BMP reader / writer

This commit is contained in:
Breval Ferrari 2024-06-24 00:09:16 +02:00
parent f4910dba19
commit b0bcaa43ce
No known key found for this signature in database
GPG key ID: CEAB625B75A836B2
5 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,16 @@
[package]
name = "bent-funny-zone"
version = "0.1.0"
edition.workspace = true
license.workspace = true
description.workspace = true
authors.workspace = true
repository.workspace = true
keywords.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
bmp = "0.5.0"
synfx-dsp = "0.5.6"