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

add f64 support #61

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

add f64 support #61

wants to merge 3 commits into from

Conversation

Ughuuu
Copy link

@Ughuuu Ughuuu commented Oct 14, 2024

src/lib.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Vrixyz Vrixyz left a comment

Choose a reason for hiding this comment

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

Thanks for the suggestion and pull request! I think that's reasonable :)

Adding new crates to maintain is not a light consideration though, so I can't promise anything and will defer to @sebcrozet for further progress.

src/lib.rs Outdated
Comment on lines 44 to 46
#[cfg(all(feature = "dim2", feature = "rapier"))]
#[cfg(all(feature = "dim3", feature = "f64"))]
Copy link
Contributor

Choose a reason for hiding this comment

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

"rapier" feature will still be needed if we want to keep salva optionally independent from parry.

build/salva2d-f64/Cargo.toml Outdated Show resolved Hide resolved
@Ughuuu
Copy link
Author

Ughuuu commented Oct 14, 2024

No worries, adding them here too just to be safe, I will probl have them in my fork or branch custom-branch and use them there. If they are ever accepted, thats ok too :D

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.

Add 64bit support
2 participants