You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling bevy_dioxus_desktop v0.1.0 (https://github.com/JunichiSugiura/bevy_dioxus?branch=main#ff428b75)
error[E0599]: no method named `open_devtools` found for struct `WebView` in the current scope
--> /Users/arasan01/.cargo/git/checkouts/bevy_dioxus-7100cf5a55c8f3e2/ff428b7/packages/desktop/src/runner.rs:351:55
|
351 | ... dioxus_window.webview.open_devtools();
| ^^^^^^^^^^^^^ method not found in `WebView`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `bevy_dioxus_desktop` due to previous error
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
What version of bevy_dioxus are you using ?
1.0.0 or main(commit: ff428b7)
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using ?
What did you do?
Running
cargo build --release
will result in an error.system
main.rs
is the same asexample/counter.rs.
What did you expect to see?
Pass the build command
What did you see instead?
The text was updated successfully, but these errors were encountered: