|
|
|
|
|
by wizzwizz4
2192 days ago
|
|
I'm working on a crate that'll build a String satisfying all the license requirements of a Cargo project's dependencies – you should be able to put that in a build script, include_str!() the file that the build script spits out, then display that string in the About box (like the convention of Windows Forms programs). Of course, if anybody knows of an existing crate that does that, it'd save me the effort. |
|