| Crates.io | bevy_web_file_drop |
| lib.rs | bevy_web_file_drop |
| version | 0.1.0 |
| created_at | 2024-01-03 05:32:17.525482+00 |
| updated_at | 2025-06-20 00:19:14.537998+00 |
| description | Bevy plugin adding better support for drag and drop files in the web. |
| homepage | |
| repository | https://github.com/kayhhh/bevy_web_file_drop |
| max_upload_size | |
| id | 1087058 |
| size | 150,078 |
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.