bevy_bad_sdr_bloom 0.2.0

Bevy plugin for a bloom-like glow effect that works with WebGL2
Documentation
# bevy_bad_sdr_bloom

[![crates.io](https://img.shields.io/crates/v/bevy_bad_sdr_bloom.svg)](https://crates.io/crates/bevy_bad_sdr_bloom)
[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)

![screenshot of some glowy 2d shapes](https://github.com/rparrett/bevy_bad_sdr_bloom/blob/main/assets/screenshot.png?raw=true)

This is probably a bad idea, but I took Bevy 0.9's bloom and

- replaced all the 16-bit float textures with Rgba8UNorm
- used a bunch of textures instead of mips

So that it would work with WebGL2.

This isn't quite bloom anymore, but you can use it to make stuff sort of glowy if you want.

## Compatibility

|bevy|bevy_bad_sdr_bloom|
|-|-|
|0.10|0.2|
|0.9|0.1|