#WindowDescriptor not implementing Resource trait

4 messages · Page 1 of 1 (latest)

cursive pendant
#

Running this bevy 0.9.1 code to display a window. WindowDescriptor lines error. Tried copying extracts from other examples with same result.

Probably made a stupid mistake somewhere.

All help is greatly appreciated!!

leaden warren
#

bevy 0.9 moved resources used to initialize the plugin to the plugin itself

cursive pendant