Skip to content

Commit

Permalink
Remove RWH-0.5 from winit features, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Apr 10, 2024
1 parent 2bafd98 commit 49ba0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ rapier3d = { version = "0.18", features = ["debug-render"] }
serde = { version = "1", features = ["serde_derive"] }
slab = "0.4"
strum = { workspace = true }
winit = { version = "0.29", features = ["rwh_05"] }
winit = "0.29"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
blade-render = { version = "0.3", path = "blade-render" }
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog for Blade

## blade-graphics-0.5, blade-macros-0.3 (TBD)
## blade-graphics-0.5, blade-macros-0.3, blade-egui-0.4 (TBD)

- vertex buffers support
- configuration for disabling exclusive fullscreen
- window API switched to raw-window-handle-0.6
- GLES: support for storage buffer and compute
- GLES: scissor rects, able to run "particle" example

Expand Down

0 comments on commit 49ba0d9

Please sign in to comment.