You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, if I were to provide the --all-features flag, the imageproc-operations should be set, however if called from the root of the workspace it isn't. I rather not add the same dependencies to the root workspace crate in order to keep the dependencies clean and localized.
Goal: figure out how to enable conditional compilation in a sub crate and propagate the conditional from the root of the workspace
The text was updated successfully, but these errors were encountered:
Adding #335 will pull in the full imageproc and rusttype crates.
I would like to add them behind a conditional compilation feature.
To be precise, I would like to add the following optional dependencies and feature to the
sic_image_engine
crate:Now, if I were to provide the
--all-features
flag, theimageproc-operations
should be set, however if called from the root of the workspace it isn't. I rather not add the same dependencies to the root workspace crate in order to keep the dependencies clean and localized.Goal: figure out how to enable conditional compilation in a sub crate and propagate the conditional from the root of the workspace
The text was updated successfully, but these errors were encountered: