Skip to content

build(deps): bump femtovg from 0.20.4 to 0.24.0#2302

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/femtovg-0.24.0
Open

build(deps): bump femtovg from 0.20.4 to 0.24.0#2302
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/femtovg-0.24.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps femtovg from 0.20.4 to 0.24.0.

Release notes

Sourced from femtovg's releases.

v0.24.0

What's Changed

Full Changelog: femtovg/femtovg@v0.23.2...v0.24.0

v0.23.2

What's Changed

Full Changelog: femtovg/femtovg@v0.23.1...v0.23.2

v0.23.1

Full Changelog: femtovg/femtovg@v0.23.0...v0.23.1

  • Fix variable font glyph caching returning wrong variation instance when using swash. Stale normalized coordinates in swash's ScaleContext could cause glyphs from a previous variation (e.g. bold) to appear for subsequent default-instance renders.

v0.23.0

What's Changed

Full Changelog: femtovg/femtovg@v0.22.0...v0.23.0

v0.22.0

What's Changed

Full Changelog: femtovg/femtovg@v0.21.0...v0.22.0

v0.21.0

Re-release 0.20.5 as 0.21 as the glow dependency upgrade is a public dependency that came with a new major version.

Full Changelog: femtovg/femtovg@v0.20.5...v0.21.0

v0.20.5

What's Changed

... (truncated)

Changelog

Sourced from femtovg's changelog.

[0.24.0] - 2026-05-05

  • WGPU: Fixed HtmlImageElement upload path.
  • Added external texture support. New Canvas::create_image_from_external_texture() for importing platform-specific external textures (e.g. EGL/OES external textures in OpenGL, external texture views in WGPU).

[0.23.2] - 2026-04-13

  • Fall back to path rendering for glyphs under non-translation transforms.

[0.23.1] - 2026-03-31

  • Fix variable font glyph caching returning wrong variation instance when using swash. Stale normalized coordinates in swash's ScaleContext could cause glyphs from a previous variation (e.g. bold) to appear for subsequent default-instance renders.

[0.23.0] - 2026-03-30

  • Added variable font support. New methods on Paint: set_font_weight(), set_font_italic(), set_font_slant(), and generic set_font_variation() with corresponding getters, with_ builders, and clear_ methods.
  • Added named font weight constants on Paint (FONT_WEIGHT_THIN through FONT_WEIGHT_BLACK).
  • Added Canvas::font_variation_axes() to query available variation axes for variable fonts, and new VariationAxisInfo public type.
  • Breaking: Canvas::fill_glyph_run() and Canvas::stroke_glyph_run() now take an additional normalized_coords: &[i16] parameter for variable font axis positions. Pass &[] for default behavior.
  • Replaced bundled Roboto with Roboto Flex for examples and added slant support with italic fallback.

[0.22.0] - 2026-03-26

  • WGPU: Changed API from flush_to_surface() to flush_to_output() and accept a type that can be converted to a new WGPURenderOutput struct, making it possible to render into texture views.
  • WGPU: Simplified CommandBuffer to be an Option<>, so that it can be passed to queue's submit() without additional wrapping.

[0.21.0] - 2026-03-23

  • Re-release 0.20.5 as 0.21 as the glow dependency upgrade is a public dependency that came with a new major version.

[0.20.5] - 2026-03-23

  • Fix text rendering with wgpu and mesa versions that have difficulties with pipeline override constants.

... (truncated)

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 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 [femtovg](https://github.com/femtovg/femtovg) from 0.20.4 to 0.24.0.
- [Release notes](https://github.com/femtovg/femtovg/releases)
- [Changelog](https://github.com/femtovg/femtovg/blob/master/CHANGELOG.md)
- [Commits](femtovg/femtovg@v0.20.4...v0.24.0)

---
updated-dependencies:
- dependency-name: femtovg
  dependency-version: 0.24.0
  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 May 11, 2026
@dependabot dependabot Bot requested a review from bilelmoussaoui as a code owner May 11, 2026 09:14
@dependabot dependabot Bot added the rust Pull requests that update Rust code label May 11, 2026
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.

0 participants