This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2024-12-28 22:13:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ff8a9b2a64
bevy
/
crates
/
bevy_transform
/
README.md
4 lines
101 B
Markdown
Raw
Normal View
History
Unescape
Escape
transform: remove some dependencies and cleanup
2020-07-10 08:49:23 +00:00
# Bevy Transform
Fix Clippy lints on WASM (#13030) # 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`.
2024-04-20 09:15:42 +00:00
This crate contains types and functions associated with the
`Transform`
component.
Reference in a new issue
Copy permalink