mirror of
https://github.com/bend-n/fimg.git
synced 2024-12-22 10:28:21 -06:00
fix docs (?)
This commit is contained in:
parent
af0be2af34
commit
18c6e621e9
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "fimg"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
authors = ["bend-n <bend.n@outlook.com>"]
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
description = "fast image operations"
|
||||
repository = "https://github.com/bend-n/fimg"
|
||||
exclude = ["tdata", "benches/"]
|
||||
exclude = ["tdata", "benches/", ".gitignore"]
|
||||
|
||||
[dependencies]
|
||||
png = { version = "0.17", features = ["unstable"], optional = true }
|
||||
|
@ -16,10 +16,12 @@ iai = { version = "0.1.1", features = [], git = "https://github.com/bend-n/iai/"
|
|||
|
||||
[[bench]]
|
||||
name = "overlays"
|
||||
path = "benches/overlays.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "affine_transformations"
|
||||
path = "benches/affine_transformations.rs"
|
||||
harness = false
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue