Skip to content

Conversation

emilk
Copy link
Contributor

@emilk emilk commented Dec 19, 2023

Previously profiling = { version = "1.0.12", optional = true, default-features = false, features = ["profile-with-puffin"] } would still add profiling-procmacros as a dependency.

To support this, MSRV must be increased to 1.60 (released 2022-04-07)

@aclysma
Copy link
Owner

aclysma commented Dec 20, 2023

My primary concern is that we do not cause any problems for the wgpu crate and their MSRV is 1.65, so I think in this case the benefit outweighs the risk. We can always yank if this bump ends up causing breakage for other people.

BTW thanks for all the work you've done with egui and epaint. Been using it a lot lately.

@aclysma aclysma merged commit 709b07f into aclysma:master Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants