Streaming video on Bevy textures for webgpu and webgl2 targets.
See examples/cubes/src/lib.rs for example use. Live demo of the example.
To run the demo locally:
$ cargo install wasm-pack
$ wasm-pack build --target web examples/cubes
$ python3 -m http.server -d examples/cubes # now open http://localhost:8000/