Cargo Features
GOO has no features set by default.
[dependencies]
goo = { version = "0.1.0", features = ["image", "chrono"] }
-
image
-
This feature adds in the image
crate and allows you to create a PreviewImage
from an image::RgbaImage
.
Enables
image
-
chrono
-
This feature adds in the chrono
crate and correctly fills in the file_time
field when using GooFile::from_slice_result
.
Enables
chrono