Skip to content

Add iyes_perf_ui back#263

Merged
gbin merged 1 commit intocopper-project:masterfrom
as1100k-forks:perf-ui
Mar 13, 2025
Merged

Add iyes_perf_ui back#263
gbin merged 1 commit intocopper-project:masterfrom
as1100k-forks:perf-ui

Conversation

@AS1100K
Copy link
Copy Markdown
Contributor

@AS1100K AS1100K commented Mar 12, 2025

Fixes #226

The issue was blocked because iyes_perf_ui isn't using 0.15.1 version of bevy in it's Cargo.toml but instead using 0.15.0.
This is not a real blocker for us as mentioned in Specifying Dependencies of Cargo Guide, the version 0.15.0 is >=0.15.0, and <0.16.0.

And since, we want to use anything >=0.15.1, this is not going to be any issue as Cargo will automatically select the latest version which today is 0.15.3

@gbin
Copy link
Copy Markdown
Collaborator

gbin commented Mar 13, 2025

awesome thanks!

@gbin gbin merged commit d5a634c into copper-project:master Mar 13, 2025
7 checks passed
@AS1100K AS1100K deleted the perf-ui branch March 13, 2025 06:15
@makeecat makeecat added the dependencies Pull requests that update a dependency file label Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking iyes_perf_ui migration to bevy 0.15.1

3 participants