We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b944097 commit 11d0e04Copy full SHA for 11d0e04
1 file changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- Remove no longer needed lifetime constraints in draw functions - by @wohe in [#40](https://github.com/Blatko1/wgpu-text/pull/40)
6
7
## v26.0.0
8
9
- `wgpu` crate version -> 26.0.1
@@ -172,4 +176,4 @@ Added a new `build_custom()` function providing better support when drawing text
172
176
- updated crates.
173
177
- fixed *clippy* warnings.
174
178
- reduced code density in `lib.rs` by distributing some to `brush.rs`
175
-- added additional `FontArc` implementation from **ab_glyph**
179
+- added additional `FontArc` implementation from **ab_glyph**
0 commit comments