mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 22:48:34 +00:00
Bump minimum Rust version to 1.26
This commit is contained in:
parent
f1f02bc321
commit
c5c9d6ff30
@ -5,7 +5,7 @@ rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- 1.24.0
|
||||
- 1.26.0
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
@ -7,6 +7,10 @@
|
||||
- `ImGui::mouse_down`
|
||||
- `imgui-glutin-support` crate
|
||||
|
||||
### Changed
|
||||
|
||||
- Bump minimum Rust version to 1.26 (required by the parking_lot_core crate)
|
||||
|
||||
## [0.0.20] - 2018-08-13
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.24
|
||||
Minimum Rust version: 1.26
|
||||
|
||||
[](https://travis-ci.org/Gekkio/imgui-rs)
|
||||
[](https://crates.io/crates/imgui)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user