functional BMP reader / writer
This commit is contained in:
parent
f4910dba19
commit
b0bcaa43ce
5 changed files with 29 additions and 2 deletions
16
bent-funny-zone/Cargo.toml
Normal file
16
bent-funny-zone/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue