File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.22.0] - 2024-01-16
10
+ ### Changed
11
+ - Updated ` wgpu ` to ` 0.18 ` . [ #105 ]
12
+
13
+ [ #105 ] : https://github.com/hecrj/wgpu_glyph/pull/105
14
+
9
15
## [ 0.21.0] - 2023-09-08
10
16
### Changed
11
17
- Updated ` wgpu ` to ` 0.17 ` . [ #104 ]
@@ -216,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216
222
- First release! :tada :
217
223
218
224
219
- [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.21.0...HEAD
225
+ [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.22.0...HEAD
226
+ [ 0.22.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.21.0...0.22.0
220
227
[ 0.21.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.20.0...0.21.0
221
228
[ 0.20.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.19.0...0.20.0
222
229
[ 0.19.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wgpu_glyph"
3
- version = " 0.21 .0"
3
+ version = " 0.22 .0"
4
4
authors = [
" Héctor Ramón Jiménez <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " A fast text renderer for wgpu, powered by glyph_brush"
You can’t perform that action at this time.
0 commit comments