mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 03:48:30 +00:00
Bump minimum Rust to 1.40
This commit is contained in:
parent
0089636eb2
commit
c99720abdc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- 1.38.0
|
- 1.40.0
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-latest
|
- macos-latest
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Redesigned tree / collapsing header API
|
- Redesigned tree / collapsing header API
|
||||||
|
- Bump minimum Rust version to 1.40 (at least xml-rs crate requires it)
|
||||||
|
|
||||||
## [0.3.1] - 2020-03-16
|
## [0.3.1] - 2020-03-16
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Still fairly experimental!**
|
**Still fairly experimental!**
|
||||||
|
|
||||||
Minimum Rust version: 1.38
|
Minimum Rust version: 1.40
|
||||||
|
|
||||||
Wrapped Dear ImGui version: 1.75
|
Wrapped Dear ImGui version: 1.75
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user