Skip to content

Bump deps#125

Merged
LinusCDE merged 6 commits intocanselcik:masterfrom
fenollp:deps-bis
Sep 9, 2025
Merged

Bump deps#125
LinusCDE merged 6 commits intocanselcik:masterfrom
fenollp:deps-bis

Conversation

@fenollp
Copy link
Copy Markdown
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 added 5 commits July 27, 2024 16:29
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
@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
Copy Markdown
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...)

@LinusCDE LinusCDE merged commit 6811d35 into canselcik:master Sep 9, 2025
7 checks passed
@fenollp fenollp deleted the deps-bis branch October 2, 2025 09:20
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