JMS55 / bevy_dioxus

Apache License 2.0
56 stars 8 forks source link

Simplify use declarations in demo example #18

Closed robertdodd closed 8 months ago

robertdodd commented 8 months ago

Simplifies the use declarations in the example by renaming bevy_dioxus::Event to DioxusEvent.

This is a temporary fix until the dioxus types are renamed as discussed in #8.

In the meantime, this will help anyone who wants to play with the examples by ensuring that bevy::prelude::* (including Event) is available.

JMS55 commented 8 months ago

Renamed the type in the library itself.