mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 23:48:31 +00:00
Bump minimum Rust version to 1.38
This commit is contained in:
parent
5ea969d273
commit
b37f113062
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- 1.36.0
|
||||
- 1.38.0
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
### Changed
|
||||
|
||||
- Upgrade to cimgui / imgui 1.74
|
||||
- Bump minimum Rust version to 1.38 (at least backtrace crate requires it)
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.36
|
||||
Minimum Rust version: 1.38
|
||||
|
||||
Wrapped Dear ImGui version: 1.74
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user