We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd175cb commit e3d530eCopy full SHA for e3d530e
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## [0.13.0] - 2024-09-29
4
5
- Changed `SdlPlatform::init` to `SdlPlatform::new` and deprecated `init`.
6
- Updated `sdl2` version to `0.37`.
7
+
8
+[0.13.0]: https://github.com/imgui-rs/imgui-sdl2-support/compare/...v0.13.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imgui-sdl2-support"
-version = "0.12.0"
+version = "0.13.0"
edition = "2021"
authors = ["The imgui-rs Developers"]
description = "sdl2 support code for the imgui crate"
0 commit comments