Skip to content

Commit

Permalink
Merge pull request #294 from Nazariglez/develop
Browse files Browse the repository at this point in the history
v0.11.0
  • Loading branch information
Nazariglez committed Oct 18, 2023
2 parents ee8e826 + 367556b commit 45184ee
Show file tree
Hide file tree
Showing 31 changed files with 345 additions and 301 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## v0.10.0
## v0.11.0 - 18/10/2023

- Added traits `Serialize` and `Deserialize` to `Color` with the feature `serde` enabled.
- Updated EGUI to `0.23`.
- Fixed an error acquiring the GL Context due required samples configuration.

## v0.10.0 - 11/09/2023

- Added `WindowConfig::set_position` to set x/y position before creating the window.
- Changed `Renderer.begin` uses `Option<ClearOption>` instead of `Option<&ClearOption>`.
- Changed sizes and positions for Window and Textures from `i32` to `u32`.
Expand Down
Loading

0 comments on commit 45184ee

Please sign in to comment.