File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# bevy_http_client
2
2
3
3
[ ![ Crates.io] ( https://img.shields.io/crates/v/bevy_http_client )] ( https://crates.io/crates/bevy_http_client )
4
- [ ![ crates.io ] ( https://img.shields.io/crates/d/bevy_http_client )] ( https://crates.io/crates/bevy_cronjob )
4
+ [ ![ Downloads ] ( https://img.shields.io/crates/d/bevy_http_client )] ( https://crates.io/crates/bevy_http_client )
5
5
[ ![ Documentation] ( https://docs.rs/bevy_http_client/badge.svg )] ( https://docs.rs/bevy_http_client )
6
6
[ ![ MIT/Apache 2.0] ( https://img.shields.io/badge/license-MIT%2FApache-blue.svg )] ( https://github.com/Seldom-SE/seldom_pixel#license )
7
7
@@ -56,7 +56,12 @@ fn handle_response(mut ev_response: EventReader<TypedResponse<IpInfo>>) {
56
56
57
57
## License
58
58
59
- Dual-licensed under either
59
+ Dual-licensed under either:
60
60
61
- - MIT
62
- - Apache 2.0
61
+ - [ ` MIT ` ] ( LICENSE-MIT ) : [ http://opensource.org/licenses/MIT ] ( http://opensource.org/licenses/MIT )
62
+ - [ ` Apache 2.0 ` ] ( LICENSE-APACHE ) : [ http://www.apache.org/licenses/LICENSE-2.0 ] ( http://www.apache.org/licenses/LICENSE-2.0 )
63
+
64
+ at your option. This means that when using this crate in your game, you may choose which license to use.
65
+
66
+ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
67
+ defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
You can’t perform that action at this time.
0 commit comments