Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Bevy 0.11.3 support #5

Open
frederickjjoubert opened this issue Oct 26, 2023 · 0 comments
Open

Bevy 0.11.3 support #5

frederickjjoubert opened this issue Oct 26, 2023 · 0 comments

Comments

@frederickjjoubert
Copy link

frederickjjoubert commented Oct 26, 2023

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 fields

The 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant