Skip to content

Releases: Sycrosity/unknown-engine-rs

v0.16.0: Bump tokio from 1.20.1 to 1.24.1 (#22)

02 Feb 19:48
569449b
Compare
Choose a tag to compare
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.24.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.24.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.15.0

02 Feb 19:46
7cfca98
Compare
Choose a tag to compare
Create dependabot.yml

v0.14.1

23 Oct 18:07
499163a
Compare
Choose a tag to compare
upgrade to wgpu 1.14 #patch

v0.14.0

17 Oct 23:59
0a3ff5e
Compare
Choose a tag to compare
added logo icons, folder changes + QOL (#21)

v0.13.1

11 Sep 11:46
f202113
Compare
Choose a tag to compare
fixed macos release workflow #patch

v0.13.0

01 Sep 01:10
88da834
Compare
Choose a tag to compare
empty to bump version #minor

v0.12.0

31 Aug 20:59
d6b4a9f
Compare
Choose a tag to compare
updated the camera to move independently (#18)

v0.11.0: Added Normal mapping to lights (#17)

31 Aug 19:43
6453e3e
Compare
Choose a tag to compare
* added normal mapping to lighting

* fixed opt-level

v0.10.0: Added support for specular, diffusion and ambient lights (#16)

27 Aug 14:06
dff2e17
Compare
Choose a tag to compare
* added light uniform, buffer + new render pipeline setup

* added ambient lighting to shader.wgsl

* added (incorrect) normal light mapping

* added specular reflection

* changed phong reflection model to Blinn-Phong

v0.9.1

27 Aug 12:35
09dce8f
Compare
Choose a tag to compare
changed model file to cube.obj (sword2 doesn't work) #patch