Skip to content
Snippets Groups Projects
Verified Commit 11217539 authored by Louis's avatar Louis :fire:
Browse files

Bump Version

parent 6ee8fdae
No related branches found
No related tags found
No related merge requests found
[package]
name = "micro_games_macros"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Louis Capitanchik <contact@louiscap.co>"]
description = "Utility macros to make it easier to build complex systems with Bevy"
......
......@@ -18,7 +18,7 @@ list of that asset type. Instances of an asset need to be identifiable, though t
asset is customisable
```rust
#[derive(JsonLoader, TypePath, TypeUuid, Serialize, Deserialize)]
#[derive(JsonLoader, TypePath, TypeUuid, Serialize, Deserialize, Asset)]
#[loader(
extension = "asset.json", uuid = "00000000-0000-0000-0000-000000000000",
storage = inner_module::SimpleAssetLocator,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment