Skip to content

Commit aa4a03a

Browse files
committed
feat: use raylib::prelude::RaylibGuiState::gui_load_style_from_memory
1 parent e4aff02 commit aa4a03a

5 files changed

Lines changed: 31 additions & 289 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
### Changed
44

5+
- Drop `app::controller::{write_temp_style_file, load_style_from_memory}`
6+
- Use `raylib::prelude::RaylibGuiState::gui_load_style_from_memory`
57
- Bump `raylib` to `6.0.0-rc.2`
68
- Bump `pdf-writer` to `0.15.0`
9+
- Drop `uuid` dep
710

811
## [0.1.5] - 2026-05-15
912

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ raylib = { version = "6.0.0-rc.2", features = [
3232
"raygui",
3333
] }
3434
rfd = { version = "0.17.2", default-features = false }
35-
uuid = { version = "1.23.1", features = ["v4"] }

0 commit comments

Comments
 (0)