Skip to content

Make libm version bound more idiomatic #367

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

Merged
merged 1 commit into from
Aug 17, 2025
Merged

Conversation

LegNeato
Copy link
Collaborator

No description provided.

@LegNeato LegNeato added this pull request to the merge queue Aug 17, 2025
Merged via the queue into Rust-GPU:main with commit a4538a1 Aug 17, 2025
13 checks passed
@LegNeato LegNeato deleted the fixcargo branch August 17, 2025 20:58
@Firestar99 Firestar99 changed the title Make glam version bound more idiomatic Make libm version bound more idiomatic Aug 18, 2025
@@ -59,7 +59,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3.3", features = ["env-filter", "json"] }
num-traits = { version = "0.2.15", default-features = false }
glam = { version = ">=0.22, <=0.30", default-features = false }
libm = { version = ">=0.2.5", default-features = false }
libm = { version = "0.2.5", default-features = false }
Copy link
Member

@Firestar99 Firestar99 Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glam? this is libm
(changed the title accordingly)

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.

3 participants