mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 05:58:35 +00:00
Bump minimum Rust version to 1.28
The previous commit added support for glutin 0.19.0. glutin 0.19.0 depends on winit 0.18.0, which requires rust 1.28.0 or later. Here is the full dependency chain: glutin 0.19.0 > winit 0.18 > smithay-client-toolkit 0.4.2 > andrew 0.1.4 > rusttype 0.7.3 > ordered-float 1.0.1 (on linux) ordered-float uses [repr(transparent)], which is now stabilised on latest rust, hence the requirement for rust 1.28.0.
This commit is contained in:
parent
d7a37a25fc
commit
4ae0392e48
@ -5,7 +5,7 @@ rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- 1.26.0
|
||||
- 1.28.0
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
- Upgrade to cimgui 1.66.2 / imgui 1.66. **This is a very big update, so there
|
||||
are a lot of breaking changes**
|
||||
- Bump minimum Rust version to 1.28 (required by the glutin crate)
|
||||
|
||||
## [0.0.21] - 2018-10-11
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.26
|
||||
Minimum Rust version: 1.28
|
||||
|
||||
Wrapped Dear ImGui version: 1.66
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user