Skip to content

Commit

Permalink
Bump minimum Rust version to 1.31
Browse files Browse the repository at this point in the history
Damnit stb_truetype :'(
  • Loading branch information
Gekkio committed Dec 31, 2018
1 parent 38bb92a commit 79829d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rust:
- stable
- beta
- nightly
- 1.28.0
- 1.31.0
os:
- linux
- osx
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

- Upgrade to cimgui 1.66.2+ / imgui 1.66b. **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)
- Bump minimum Rust version to 1.31 (1.28 required by the glutin crate, and
1.31 requires by the stb_truetype crate)
- Replaced `imgui-glutin-support` with `imgui-winit-support`

## [0.0.21] - 2018-10-11
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Still fairly experimental!**

Minimum Rust version: 1.28
Minimum Rust version: 1.31

Wrapped Dear ImGui version: 1.66b

Expand Down

0 comments on commit 79829d3

Please sign in to comment.