This repository was archived by the owner on Feb 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Bevy 0.11.3 supportΒ #5
Copy link
Copy link
Open
Description
I am trying to upgrade a bevy 0.10 project that depends on this plugin to bevy 0.11.3 and I'm getting the following error:
error[E0063]: missing fields `grid_auto_columns`, `grid_auto_flow`, `grid_auto_rows` and 5 other fields in initializer of `taffy::prelude::Style`
--> /Users/jacques/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_ui-0.10.1/src/flex/convert.rs:99:5
|
99 | taffy::style::Style {
| ^^^^^^^^^^^^^^^^^^^ missing `grid_auto_columns`, `grid_auto_flow`, `grid_auto_rows` and 5 other fieldsThe error goes away when I remove bevy_ninepatch from my dependencies in my Cargo.toml.
Crosslink to discord discussion here: https://discord.com/channels/691052431525675048/1166920953901633646
Victov
Metadata
Metadata
Assignees
Labels
No labels