mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Updated the changelog, readme, and CI (minimum rust support 1.41)
This commit is contained in:
parent
009eba2249
commit
6658b91f25
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -61,6 +61,11 @@ jobs:
|
||||
with:
|
||||
command: check
|
||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22
|
||||
- name: Run cargo check (imgui-winit-support with winit-23)
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-23
|
||||
- name: Run cargo fmt
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -110,7 +115,7 @@ jobs:
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- 1.40.0
|
||||
- 1.41.0
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
@ -174,3 +179,8 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22
|
||||
- name: Run cargo test (imgui-winit-support with winit-23)
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-23
|
||||
|
||||
@ -2,6 +2,11 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to winit 0.23
|
||||
- Bump minimum Rust version to 1.41
|
||||
|
||||
## [0.5.0] - 2020-09-20
|
||||
|
||||
### Added
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.40
|
||||
Minimum Rust version: 1.41
|
||||
|
||||
Wrapped Dear ImGui version: 1.78
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user