mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 14:08:37 +00:00
Bump minimum Rust to 1.33
This commit is contained in:
parent
9516e622be
commit
9c2302ff8f
@ -5,7 +5,7 @@ rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- 1.31.0
|
||||
- 1.33.0
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.31
|
||||
Minimum Rust version: 1.33
|
||||
|
||||
Wrapped Dear ImGui version: 1.66b
|
||||
|
||||
|
||||
@ -90,7 +90,7 @@ pub fn generate_bindings<P: AsRef<Path>>(cimgui_path: &P) -> Result<Bindings, Er
|
||||
.raw_line("#![allow(non_snake_case)]")
|
||||
.raw_line("#![allow(clippy::all)]")
|
||||
.header_contents("cimgui.h", &header)
|
||||
.rust_target(RustTarget::Stable_1_28)
|
||||
.rust_target(RustTarget::Stable_1_33)
|
||||
.default_enum_style(EnumVariation::Consts)
|
||||
.prepend_enum_name(false)
|
||||
.generate_comments(false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user