This repository was archived by the owner on Jun 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Per Keep a Changelog there are 6 main categories of changes:
15
15
- Security
16
16
17
17
- [ Unreleased] ( #unreleased )
18
+ - [ v0.2.2] ( #v022 )
18
19
- [ v0.2.1] ( #v021 )
19
20
- [ v0.2.0] ( #v020 )
20
21
- [ v0.1.1] ( #v011 )
@@ -29,6 +30,10 @@ Per Keep a Changelog there are 6 main categories of changes:
29
30
30
31
## Unreleased
31
32
33
+ ## v0.2.2
34
+
35
+ Released 2021-10-24
36
+
32
37
### Fixed
33
38
- rend3: Fixed bug where in gpu mode, changing textures would cause a brief flash.
34
39
- rend3-pbr: Fixed normal mapping.
@@ -205,7 +210,8 @@ Released 2021-03-06
205
210
206
211
## Diffs
207
212
208
- - [ Unreleased] ( https://github.com/BVE-Reborn/rend3/compare/v0.2.1...HEAD )
213
+ - [ Unreleased] ( https://github.com/BVE-Reborn/rend3/compare/v0.2.2...HEAD )
214
+ - [ v0.2.2] ( https://github.com/BVE-Reborn/rend3/compare/v0.2.1...v0.2.2 )
209
215
- [ v0.2.1] ( https://github.com/BVE-Reborn/rend3/compare/v0.2.0...v0.2.1 )
210
216
- [ v0.2.0] ( https://github.com/BVE-Reborn/rend3/compare/v0.1.1...v0.2.0 )
211
217
- [ v0.1.1] ( https://github.com/BVE-Reborn/rend3/compare/v0.1.0...v0.1.1 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ the external api will only experience minor changes as features are added.
13
13
To use rend3 add the following to your Cargo.toml:
14
14
15
15
```
16
- rend3 = "0.2.1 "
16
+ rend3 = "0.2.2 "
17
17
```
18
18
19
19
## Screenshots
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rend3-pbr"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [" Connor Fitzgerald <connorwadefitzgerald@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " PBR Render Routine for rend3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rend3"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [" Connor Fitzgerald <connorwadefitzgerald@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " Easy to use, customizable, efficient 3D renderer library built on wgpu."
Original file line number Diff line number Diff line change 6
6
//! To use rend3 add the following to your Cargo.toml:
7
7
//!
8
8
//! ```text
9
- //! rend3 = "0.2.1 "
9
+ //! rend3 = "0.2.2 "
10
10
//! ```
11
11
//!
12
12
//! # Screenshots
You can’t perform that action at this time.
0 commit comments