From 9a842da3d9b15bed2f75137c74acb57651de2960 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:34:34 +0000 Subject: [PATCH] chore: generate README --- crates/bevy_gltf_kun/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/crates/bevy_gltf_kun/README.md b/crates/bevy_gltf_kun/README.md index 64d8f08..8819ec6 100644 --- a/crates/bevy_gltf_kun/README.md +++ b/crates/bevy_gltf_kun/README.md @@ -4,12 +4,10 @@ Bevy glTF plugin using [gltf_kun](https://crates.io/crates/gltf_kun). -### Comparison +This plugin adds support for: -Compared to `bevy_gltf`, this plugin adds support for: - -- Arbitrary glTF extensions -- glTF exporting -- [glXF](https://github.com/KhronosGroup/glXF) import and export +- glTF extension processing via hooks +- [glTF](https://github.com/KhronosGroup/glTF) import / export +- [glXF](https://github.com/KhronosGroup/glXF) import / export