bevy/crates/bevy_reflect/src
François 0736195a1e
update syn, encase, glam and hexasphere (#8573)
# Objective

- Fixes #8282 
- Update `syn` to 2.0, `encase` to 0.6, `glam` to 0.24 and `hexasphere`
to 9.0


Blocked ~~on https://github.com/teoxoy/encase/pull/42~~ and ~~on
https://github.com/OptimisticPeach/hexasphere/pull/17~~

---------

Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
Co-authored-by: JoJoJet <21144246+JoJoJet@users.noreply.github.com>
2023-05-16 01:24:17 +00:00
..
enums bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
impls Add Reflect and FromReflect for AssetPath (#8531) 2023-05-08 19:19:19 +00:00
serde bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
array.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
fields.rs bevy_reflect: Reflect doc comments (#6234) 2022-10-18 13:49:57 +00:00
from_reflect.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
lib.rs update syn, encase, glam and hexasphere (#8573) 2023-05-16 01:24:17 +00:00
list.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
map.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
path.rs bevy_reflect: Support tuple reflection paths (#7324) 2023-02-06 21:22:45 +00:00
reflect.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
tuple_struct.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
tuple.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
type_info.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00
type_registry.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
type_uuid_impl.rs implement TypeUuid for primitives and fix multiple-parameter generics having the same TypeUuid (#6633) 2023-02-16 17:09:44 +00:00
type_uuid.rs implement TypeUuid for primitives and fix multiple-parameter generics having the same TypeUuid (#6633) 2023-02-16 17:09:44 +00:00
utility.rs bevy_reflect: Better proxies (#6971) 2023-04-26 12:17:46 +00:00