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