bevy/crates/bevy_asset
MevLyshkin 425c8b8b9f Fix wasm builds with file_watcher enabled (#10589)
# Objective

- Currently, in 0.12 there is an issue that it is not possible to build
bevy for Wasm with feature "file_watcher" enabled. It still would not
compile, but now with proper explanation.
- Fixes https://github.com/bevyengine/bevy/issues/10507


## Solution

- Remove `notify-debouncer-full` dependency on WASM platform entirely.
- Compile with "file_watcher" feature now on platform `wasm32` gives
meaningful compile error.

---

## Changelog

### Fixed

- Compile with "file_watcher" feature now on platform `wasm32` gives
meaningful compile error.
2023-11-29 16:47:23 -08:00
..
macros Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00
src Fix wasm builds with file_watcher enabled (#10589) 2023-11-29 16:47:23 -08:00
Cargo.toml Fix wasm builds with file_watcher enabled (#10589) 2023-11-29 16:47:23 -08:00