From ed5f4635e5846271f5445c37f03a79484d951e77 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Wed, 13 Dec 2023 10:30:34 +0100 Subject: [PATCH] Uuid attribute is no longer needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc83a8..9c29d91 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Supported formats: Enable the feature(s) for the format(s) that you want to use. -Define the types that you would like to load from files and derive `serde::Deserialize`, `bevy::reflect::TypePath`, and `bevy::asset::Asset` for them. The last derive requires a unique uuid as an attribute: +Define the types that you would like to load from files and derive `serde::Deserialize`, `bevy::reflect::TypePath`, and `bevy::asset::Asset` for them. ```rust #[derive(serde::Deserialize, bevy::asset::Asset, bevy::reflect::TypePath)] struct Level {