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

Bump deps #125

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Bump deps #125

wants to merge 5 commits into from

Conversation

fenollp
Copy link
Collaborator

@fenollp fenollp commented Jul 27, 2024

I bumped all the deps except libc and:

  • once_cell can be dropped, if we're alright requiring rust >=1.80
  • aabb-quadtree is causing me compilation issues...
  • atomic requires some work (I'd say impl From<std::sync::atomic::AtomicI64> for DrawMode, allowing to drop atomic)

@fenollp fenollp changed the title deps: switch to a less troublesome version of stopwatch Bump deps Jul 27, 2024
@fenollp fenollp marked this pull request as ready for review July 27, 2024 14:44
Copy link
Collaborator

@bkirwi bkirwi left a comment

Choose a reason for hiding this comment

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

Looking it over, it seems like stopwatch is only used in a very limited way that would be quite straightforward to replace with the stdlib Instant::elapsed etc. -- might be nicer than depending on a git rev here? (I can take a stab at that change if it's a hassle...)

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