Skip to content
Snippets Groups Projects
Unverified Commit 77a12599 authored by Jerome Humbert's avatar Jerome Humbert Committed by GitHub
Browse files

Fix `lib.rs` doc to not rely on feature (#13)

Change the example in the `lib.rs` module documentation to not rely on
the `bevy_sprite` feature, to allow building cleanly with the
`--no-default-features` flag. Replace the use of `SpriteBundle` with
`TransformBundle`, which is not behind a feature flag so is alway
available.
parent e42877c8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment