mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 05:18:27 +00:00
Bump minimum Rust to 1.36
This commit is contained in:
parent
54bbee6035
commit
d71cb41ac9
@ -5,7 +5,7 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
- 1.33.0
|
- 1.36.0
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|||||||
@ -30,6 +30,7 @@
|
|||||||
- Container widget tokens *must be ended manually by calling end*.
|
- Container widget tokens *must be ended manually by calling end*.
|
||||||
Closure-based function (e.g. build()) are unaffected and do this
|
Closure-based function (e.g. build()) are unaffected and do this
|
||||||
automatically
|
automatically
|
||||||
|
- Bump minimum Rust version to 1.36 (some dependencies, including winit, require MaybeUninit)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Still fairly experimental!**
|
**Still fairly experimental!**
|
||||||
|
|
||||||
Minimum Rust version: 1.33
|
Minimum Rust version: 1.36
|
||||||
|
|
||||||
Wrapped Dear ImGui version: 1.71
|
Wrapped Dear ImGui version: 1.71
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user