Fix some clippy lints
This commit is contained in:
parent
c903ff6ac4
commit
363499a430
10
README.md
10
README.md
|
@ -70,11 +70,11 @@ One crate to rule them all !
|
||||||
|
|
||||||
you can find all examples, [here](./examples/blenvy)
|
you can find all examples, [here](./examples/blenvy)
|
||||||
|
|
||||||
* [components](./examples/blenvy/components/) use of ```components``` only, to spawn entities with components defined inside gltf files
|
* [`components`](./examples/blenvy/components/) use of ```components``` only, to spawn entities with components defined inside gltf files
|
||||||
* [blueprints](./examples/blenvy/blueprints/) use of ```blueprints``` and ```levels``` to spawn a level and then populate it with entities coming from different gltf files, live (at runtime) spawning of entities etc
|
* [`blueprints`](./examples/blenvy/blueprints/) use of ```blueprints``` and ```levels``` to spawn a level and then populate it with entities coming from different gltf files, live (at runtime) spawning of entities etc
|
||||||
* [animation](./examples/blenvy/animation/) how to use and trigger animations from gltf files
|
* [`animation`](./examples/blenvy/animation/) how to use and trigger animations from gltf files
|
||||||
* [save_load](./examples/blenvy/save_load/) how to save & load levels
|
* [`save_load`](./examples/blenvy/save_load/) how to save & load levels
|
||||||
* [demo](./examples/demo/) a full demo showcasing all features , including physics, animation
|
* [`demo`](./examples/demo/) a full demo showcasing all features , including physics, animation
|
||||||
|
|
||||||
## Workflow
|
## Workflow
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue