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
bevy_egui = { version = "0.28", default-features = false, features = [
"manage_clipboard", "open_url"
] }
error: bevy_egui uses unstable APIs to support clipboard on web.
Please add `--cfg=web_sys_unstable_apis` to your rustflags or disable the `bevy_egui::manage_clipboard` feature.
More Info: https://rustwasm.github.io/wasm-bindgen/web-sys/unstable-apis.html
This makes it hard to use this (very useful!) crate when building for wasm unless the unstable apis flag is added to config.toml, but that'll break github actions CI. Would it be possible not to override these features in the bevy_egui crate?
Apologies if this is impossible, feel free to close if that's the case
The text was updated successfully, but these errors were encountered:
mpwoz
added a commit
to 4D4XFUN/bevy-jam-5
that referenced
this issue
Jul 21, 2024
bevy-inspector-egui/crates/bevy-inspector-egui/Cargo.toml
Lines 44 to 46 in 2e3e5ed
This makes it hard to use this (very useful!) crate when building for wasm unless the unstable apis flag is added to config.toml, but that'll break github actions CI. Would it be possible not to override these features in the bevy_egui crate?
Apologies if this is impossible, feel free to close if that's the case
The text was updated successfully, but these errors were encountered: