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

build(deps): bump vsvg from 0.4.0 to 0.5.0 #234

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps vsvg from 0.4.0 to 0.5.0.

Release notes

Sourced from vsvg's releases.

0.5.0 - The Way Overdue Release

Release Notes

Released 2024-09-21

Highlights

This release primarily focuses on a bunch of new whiskers features–see below. Here are my favorites:

  • You can now have Vec<T> sketch parameters. The corresponding UI will list items and let you add/remove elements. This works with arbitrary (supported) types, so you can have Vecs of complex struct/enum types, which can be really powerful! The new dashed_lines example uses this feature to define arbitrary dashed patterns.
  • You can use ctx.inspect() to display anything (which impl Debug) in a new "Inspect" section of the UI. Very convenient to visualize internal algorithm values!

whiskers crates

  • Add support for Vec<T> sketch parameters #141
  • Improve HexGrid API to support Length parameters #134
  • Add ctx.rng_{weighted|ratio}_bool() helper functions #124
  • Add "Inspect" section to display debug values #132 (thanks @​afternoon2!)
  • Add basic support for file optimization before export #125
  • Add example of making dashed lines with kurbo::dash #135
  • Add kurbo to whiskers' prelude #133
  • Improve whiskers README.md #131 (thanks @​hapiel!)
  • Fix cloning the hex grid cell #139 (thanks @​afternoon2!)

vsvg crate

  • BREAKING: Add Angle helper and improve related APIs #140
  • Update usvg to 0.42.0 #145

Common

  • Bump rust toolchain to 1.79.0 #138, #142
  • Update egui to 0.27.2 #144
  • Use external puffin viewer instead of integrating puffin_egui #143
  • Clean Cargo.tomls and update dependencies #122

Web Demos

  • Update wasm-bindgen and sync version with CI #137

Contributors

Full Changelog: abey79/vsvg@v0.4.0...HEAD

msvg 0.5.0

... (truncated)

Changelog

Sourced from vsvg's changelog.

0.5.0 - The Way Overdue Release

Released 2024-09-21

Highlights

This release primarily focuses on a bunch of new whiskers features–see below. Here are my favorites:

  • You can now have Vec<T> sketch parameters. The corresponding UI will list items and let you add/remove elements. This works with arbitrary (supported) types, so you can have Vecs of complex struct/enum types, which can be really powerful! The new dashed_lines example uses this feature to define arbitrary dashed patterns.
  • You can use ctx.inspect() to display anything (which impl Debug) in a new "Inspect" section of the UI. Very convenient to visualize internal algorithm values!

whiskers crates

  • Add support for Vec<T> sketch parameters #141
  • Improve HexGrid API to support Length parameters #134
  • Add ctx.rng_{weighted|ratio}_bool() helper functions #124
  • Add "Inspect" section to display debug values #132 (thanks @​afternoon2!)
  • Add basic support for file optimization before export #125
  • Add example of making dashed lines with kurbo::dash #135
  • Add kurbo to whiskers' prelude #133
  • Improve whiskers README.md #131 (thanks @​hapiel!)
  • Fix cloning the hex grid cell #139 (thanks @​afternoon2!)

vsvg crate

  • BREAKING: Add Angle helper and improve related APIs #140
  • Update usvg to 0.42.0 #145

Common

  • Bump rust toolchain to 1.79.0 #138, #142
  • Update egui to 0.27.2 #144
  • Use external puffin viewer instead of integrating puffin_egui #143
  • Clean Cargo.tomls and update dependencies #122

Web Demos

  • Update wasm-bindgen and sync version with CI #137

Contributors

Full Changelog: abey79/vsvg@v0.4.0...HEAD

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vsvg](https://github.com/abey79/vsvg) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/abey79/vsvg/releases)
- [Changelog](https://github.com/abey79/vsvg/blob/master/CHANGELOG.md)
- [Commits](abey79/vsvg@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: vsvg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 23, 2024
@fenollp fenollp merged commit 9267059 into master Sep 23, 2024
9 checks passed
@fenollp fenollp deleted the dependabot/cargo/vsvg-0.5.0 branch September 23, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant