mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Readme, ci
This commit is contained in:
parent
1eb2a3e272
commit
04fce1ed28
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -78,11 +78,11 @@ jobs:
|
||||
RUSTFLAGS: -D warnings
|
||||
RUST_BACKTRACE: 1
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- 1.43.0
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
|
||||
@ -8,4 +8,4 @@ members = [
|
||||
"imgui-examples",
|
||||
"imgui-gfx-examples",
|
||||
]
|
||||
excluded = ["imgui-sys-bindgen"]
|
||||
exclude = ["imgui-sys-bindgen"]
|
||||
|
||||
@ -1,14 +1,11 @@
|
||||
# imgui-rs: Rust bindings for Dear ImGui
|
||||
|
||||
**Still fairly experimental!**
|
||||
|
||||
Minimum Rust version: 1.43
|
||||
|
||||
Wrapped Dear ImGui version: 1.79
|
||||
|
||||
[](https://github.com/imgui-rs/imgui-rs/actions)
|
||||
[](https://crates.io/crates/imgui)
|
||||
[](https://docs.rs/imgui)
|
||||
[](https://github.com/ocornut/imgui)
|
||||
|
||||
(Recently under new maintenance, things subject to change)
|
||||
|
||||

|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user