File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.15.2] - 2021-12-05
10
+ ### Added
11
+ - Re-export ` OwnedSection ` and ` OwnedText ` from ` glyph_brush ` . [ #77 ]
12
+
13
+ ### Fixed
14
+ - Added default branch to WGSL switch in shader. [ #79 ]
15
+ - Set ` strip_index ` format. [ #80 ]
16
+ - Set glyph texture to ` filterable ` . [ #80 ]
17
+
18
+ [ #77 ] : https://github.com/hecrj/wgpu_glyph/pull/77
19
+ [ #79 ] : https://github.com/hecrj/wgpu_glyph/pull/79
20
+ [ #80 ] : https://github.com/hecrj/wgpu_glyph/pull/80
21
+
9
22
## [ 0.15.1] - 2021-10-13
10
23
### Removed
11
24
- Removed installation section from the ` README ` .
@@ -19,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
32
20
33
## [ 0.14.1] - 2021-09-19
21
34
### Fixed
22
- - Fixed incorrect version in the ` README ` .
35
+ - Fixed incorrect version in the ` README ` .
23
36
24
37
25
38
## [ 0.14.0] - 2021-09-19
@@ -163,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163
176
- First release! :tada :
164
177
165
178
166
- [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.0...HEAD
179
+ [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.2...HEAD
180
+ [ 0.15.2 ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.1...0.15.2
167
181
[ 0.15.1 ] : https://github.com/hecrj/wgpu_glyph/compare/0.15.0...0.15.1
168
182
[ 0.15.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.15.0
169
183
[ 0.14.1 ] : https://github.com/hecrj/wgpu_glyph/compare/0.14.0...0.14.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wgpu_glyph"
3
- version = " 0.15.1 "
3
+ version = " 0.15.2 "
4
4
authors = [
" Héctor Ramón Jiménez <[email protected] >" ]
5
5
edition = " 2018"
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