Bevy 0.17 Hotpatching Dioxus Windows Path Suggestion
Open
A-Dev-Tools
C-Docs
S-Needs-Testing
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
Reference: https://bevy.org/news/bevy-0-17/#hot-patching-systems-in-a-running-app
I managed to get it to work(!) by including additional paths including the toolchain.
$env:BEVY_ASSET_ROOT="."; $env:Path += ";c:\Projects\bevy\space_game\target\x86_64-pc-windows-msvc\desktop-dev\deps;C:\Users\Andy\.rustup\toolchains\nightly-x86_64-pc-windows-msvc\bin" ; dx serve --hot-patch --features "bevy/hotpatching"
The following tool led me to the solution:
https://github.com/lucasg/Dependencies
Anyway, I didn't see this recipe in any documentation so I thought I'd pass my fix along.
Contributor guide
Assessment
This issue has not been assessed yet.