Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The readme is incorrect. The "names" feature is already added by default.
  • Loading branch information
cybersoulK authored Aug 27, 2024
1 parent 61a9f5a commit 689c386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 689c386

Please sign in to comment.