bevy_mod_reqwest 0.21.0

Bevy http client using reqwest, with a focus on simple usage within the bevy runtime
Documentation
1
2
3
4
5
6
7
8
.FORCE: 

readme: .FORCE
	cat README_start.md > README.md
	cat examples/minimal.rs >> README.md
	cat README_end.md >> README.md