Docs.rs
bevy_web_popups-0.7.0
bevy_web_popups 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
extrawurst
Dependencies
bevy_app ^0.18
normal
bevy_ecs ^0.18
normal
bevy_log ^0.18
normal
bevy_channel_trigger ^0.6
normal
getrandom ^0.3
normal
gloo ^0.11
normal
web-sys ^0.3
normal
Versions
85.71%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
wasm32-unknown-unknown
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate bevy_web_popups
bevy_
web_
popups
0.7.0
All Items
Crate Items
Structs
Enums
Functions
Crate
bevy_
web_
popups
Copy item path
Source
Structs
§
WebAlerts
Plugin
Bevy plugin to register the required machinery to receive events from web (on wasm) and register the
WebAlertResponse
event with bevy. This turns to a no-op on anything non-wasm, so it does not need to be cfg-gated.
Enums
§
WebAlert
Response
Events bridging communication back from the web to bevy
Functions
§
alert
show the browsers standard
window.alert()
using the provided
msg
.
show_
textinput
Show a textinput dialog using DOM elements and communicate back to the bevy side via Events
WebAlertResponse
.