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
As this project distributes binary executables in the GitHub releases and as now have our cargo-about tool we should use it to include license attribution for all dependencies used in the texture synthesis cli application, for every release.
Would be great to have a sub-command that prints out the licenses, something like texture-synthesis-cli about-licenses that shows a simple list of crates + license, and then maybe a texture-synthesis-cli about-licenses-full that shows the full license text for every unique license as well?
Should have a standard naming, output, and CI set up for this that we (and others) can use in all of our binary tools
As this project distributes binary executables in the GitHub releases and as now have our
cargo-abouttool we should use it to include license attribution for all dependencies used in the texture synthesis cli application, for every release.Would be great to have a sub-command that prints out the licenses, something like
texture-synthesis-cli about-licensesthat shows a simple list of crates + license, and then maybe atexture-synthesis-cli about-licenses-fullthat shows the full license text for every unique license as well?Should have a standard naming, output, and CI set up for this that we (and others) can use in all of our binary tools