Skip to content

Commit 629e252

Browse files
committed
updated version and changelog
1 parent d60f522 commit 629e252

6 files changed

Lines changed: 31 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [0.9.3](https://github.com/AryanpurTech/BlueEngine/compare/v0.9.2..0.9.3) - 2025-08-05
6+
7+
### Bug Fixes
8+
9+
- set_position and simple_input. Also added raw_input for finer usage - ([d60f522](https://github.com/AryanpurTech/BlueEngine/commit/d60f522a0c042710ff329442cfc95639dac0fe0d))
10+
11+
### Features
12+
13+
- winit input now working - ([f0fd32d](https://github.com/AryanpurTech/BlueEngine/commit/f0fd32d0d6d317a5ad0098e91dbab21040338506))
14+
515
## [0.9.2](https://github.com/AryanpurTech/BlueEngine/compare/v0.9.1..0.9.2) - 2025-07-27
616

717
### Bug Fixes

Cargo.lock

Lines changed: 6 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ glam_fast_math = [
4444
]
4545

4646
[dependencies]
47-
# blue_engine_core = { version = "0.9.3", optional = true }
48-
blue_engine_core = { path = "crates/blue_engine_core", optional = true }
47+
blue_engine_core = { version = "0.9.3", optional = true }
48+
# blue_engine_core = { path = "crates/blue_engine_core", optional = true }
4949

5050
# Wasm does not support dynamic linking.
51-
blue_engine_dynamic = { version = "0.9.2", optional = true }
51+
blue_engine_dynamic = { version = "0.9.3", optional = true }
5252
# blue_engine_dynamic = { path = "crates/blue_engine_dynamic", optional = true }
5353

5454
# ========== EXAMPLES ========== #

crates/blue_engine_core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/blue_engine_dynamic/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/blue_engine_utilities/Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)