Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only depend on profiling-procmacros if the procmacros feature was set #61

Merged
merged 1 commit into from
Dec 20, 2023

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
6 checks passed
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