Martín Maita

Results 6 issues of Martín Maita

A badge for https://bevyengine.org/ would be an amazing edition to this repo. Thanks a lot for this awesome resource by the way!

# Objective - Update glam version requirement to latest version. ## Solution - Updated `glam` version requirement from 0.25 to 0.27. - Updated `encase` and `encase_derive_impl` version requirement from 0.7...

C-Dependencies
A-Math

# Objective - Fixes #12973 - Fixes #12974 ## Solution - Update accesskit requirement from 0.12 to 0.13 and accesskit_winit requirement from 0.17 to 0.19. - Refactored code to account...

C-Dependencies
A-Accessibility

## Feature Request ### Crates `tracing` ### Motivation While working on extracting some tracing code in [`bevy`](https://github.com/bevyengine/bevy/) repo, a [suggestion](https://github.com/bevyengine/bevy/pull/13556#issuecomment-2135968940) arose to include part of it in the `tracing` crate....

On this page: https://bevyengine.org/foundation/ The link pointing to [Bevy Organization](https://github.com/bevyengine/bevy/blob/main/docs/the_bevy_organization.md#maintainer) no longer points to a valid document. Where is this document hosted now? I can open a PR to fix...

C-Correction
A-Foundation
C-Docs
X-Uncontroversial
D-Trivial

I'm currently upgrading a project to Bevy 0.17 and I'm using the `WorldInspectorPlugin` from `bevy-inspector-egui` in it, which requires the `EguiPlugin` from `bevy_egui`. I'm getting the following error when as...