bevy_mod_scripting icon indicating copy to clipboard operation
bevy_mod_scripting copied to clipboard

fix bevy_api_gen regression

Open makspll opened this issue 1 year ago • 1 comments

A breaking change happened either in rustdoc --json or in the bevy docs which removed import paths for many items, as well as their trait implementations, meaning make generate_api currently breaks.

makspll avatar Aug 02 '22 23:08 makspll

I've looked into it a bit, something might have broke upstream: https://github.com/rust-lang/rust/issues/100242

makspll avatar Aug 07 '22 17:08 makspll

Fixed by #27

makspll avatar Aug 13 '22 14:08 makspll