From 689c386c31fa35913d87c4da9fbfbcaae4967d7e Mon Sep 17 00:00:00 2001 From: cybersoulK <102260392+cybersoulK@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:20:37 -0700 Subject: [PATCH] Update README.md The readme is incorrect. The "names" feature is already added by default. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 643d0b4..68308b3 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ See the [crate documentation](https://docs.rs/gltf) for example usage. ### Features -#### Extras and names +#### Extras -By default, `gltf` ignores all `extras` and `names` included with glTF assets. You can negate this by enabling the `extras` and `names` features, respectively. +By default, `gltf` ignores all `extras` included with glTF assets. To Enable it: ```toml [dependencies.gltf] version = "1.4" -features = ["extras", "names"] +features = ["extras"] ``` #### glTF extensions