jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.19k stars 173 forks source link

Building world example with "dynamic" causes link error "fatal error LNK1189: library limit of 65535 objects exceeded" #17

Closed 00alia00 closed 3 years ago

00alia00 commented 3 years ago

At head if i remove "dynamic" from dev-dependencies then it links/runs fine.

jakobhellermann commented 3 years ago

Seems to be a case of https://github.com/bevyengine/bevy/issues/1110. I'll remove the dynamic feature for now so that running works on windows without changes.