bevy/examples/2d
Michael Dorst e6bce74220 Fix doc_markdown lints in examples (#3486)
#3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time.

This PR fixes lints in the `examples` folder.
2021-12-29 17:25:34 +00:00
..
contributors.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
many_sprites.rs Fix doc_markdown lints in examples (#3486) 2021-12-29 17:25:34 +00:00
rect.rs Add an example to draw a rectangle (#2957) 2021-12-18 00:52:37 +00:00
sprite.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
sprite_flipping.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
sprite_sheet.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
text2d.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
texture_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00