mirror of
https://github.com/bevyengine/bevy
synced 2024-12-28 22:13:08 +00:00
b3d3daad5a
# Objective - Fixes #13024. ## Solution - Run `cargo clippy --target wasm32-unknown-unknown` until there are no more errors. - I recommend reviewing one commit at a time :) --- ## Changelog - Fixed Clippy lints for `wasm32-unknown-unknown` target. - Updated `bevy_transform`'s `README.md`.
3 lines
101 B
Markdown
3 lines
101 B
Markdown
# Bevy Transform
|
|
|
|
This crate contains types and functions associated with the `Transform` component.
|