bevy_web_file_drop

Crates.iobevy_web_file_drop
lib.rsbevy_web_file_drop
version0.0.6
sourcesrc
created_at2024-01-03 05:32:17.525482
updated_at2024-08-20 05:00:15.115751
descriptionBevy plugin adding better support for drag and drop files in the web.
homepage
repositoryhttps://github.com/kayhhh/bevy_web_file_drop
max_upload_size
id1087058
size23,659
kayh (kayhhh)

documentation

README

bevy_web_file_drop

Bevy plugin adding better support for drag and drop files in the web. Bevy has built in drag and drop events, but they cause a panic when used in a web build and don't cancel the default browser behavior. This plugin adds some custom JavaScript glue around the canvas to catch these events and relay them to Bevy.

Commit count: 32

cargo fmt