generic_asset 0.1.12

A upgraded version of Tantans asset loading macro for bevy 0.12
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[The Github](https://github.com/stevehello166/generic-bevy-asset-loader) [Crates.io] (https://crates.io/crates/generic_asset)

# generic-bevy-asset-loader
A generic bevy asset loader for bevy 0.12 based on Tantan's video 'Rust Macros Are Magic' ported to 0.12

# How to use
- Option:1 Copy and paste the contents of the "utils.rs" file into your project and follow the documentation in the code

- Option:2 use the create_asset_loader macro from the generic_asset crate

#### Supported Bevy versions
Generic assset version: Bevy version
0.1.0 -> most recent: 0.12.1

# How to contribute:
- Make bug reports
- Write tests