bevy/crates/bevy_asset
Lixou 960f6e9131
remove double-hasing of typeid for handle (#10699)
# Objective

There is a double hash for the typeid for asset handles. (see
[this](https://github.com/bevyengine/bevy/issues/10695#issuecomment-1822340727)
for more info)

## Solution

- Remove the second hash of the typeid
2023-11-23 01:04:37 +00:00
..
macros derive asset for enums (#10410) 2023-11-21 01:06:55 +00:00
src remove double-hasing of typeid for handle (#10699) 2023-11-23 01:04:37 +00:00
Cargo.toml Bumps async crates requirements to latest major version (#10370) 2023-11-22 13:41:48 +00:00