Skip to content

Commit 48c9aa7

Browse files
authored
Update sdl2 to 0.38.0 (#69) (#69)
1 parent eb74a10 commit 48c9aa7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- **(breaking)** [#66](https://github.com/embedded-graphics/simulator/pull/66) `OutputSettings::max_fps` has been removed, use `Window::set_max_fps` or `MultiWindow::set_max_fps` instead.
2020
- **(breaking)** [#66](https://github.com/embedded-graphics/simulator/pull/66) Renamed `OutputImage::update` to `OutputImage::draw_display` and added `position` parameter.
2121
- [#66](https://github.com/embedded-graphics/simulator/pull/66) Changed `Window::events` to take `&self` instead of `&mut self`.
22+
- **(breaking)** [#69](https://github.com/embedded-graphics/simulator/pull/69) Bump `sdl2` crate dependency to 0.38.0.
2223

2324
## [0.7.0] - 2024-09-10
2425

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ circle-ci = { repository = "embedded-graphics/simulator", branch = "master" }
2323
image = { version = "0.25.1", default-features=false, features=["png"] }
2424
base64 = "0.22.1"
2525
embedded-graphics = "0.8.1"
26-
sdl2 = { version = "0.37.0", optional = true }
26+
sdl2 = { version = "0.38.0", optional = true }
2727
ouroboros = { version = "0.18.0", optional = true }
2828

2929
[features]

0 commit comments

Comments
 (0)