Skip to content

Reexport all dependencies of the generated code in a new crate

mredlek requested to merge mredlek/gnome-class:add_runtime_crate into master

Move all dependencies to a new crate which reexports all the dependencies the generated macro uses. This way, the user only has to include the macro and this dependency crate.

Merge request reports