mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-23 11:28:28 +00:00
Ugh, okay, alright, imgui-sys-bindgen is a problem for another day
This commit is contained in:
parent
0df089ab29
commit
1eb2a3e272
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -45,13 +45,14 @@ jobs:
|
|||||||
${{ runner.os }}-target-lint-stable-
|
${{ runner.os }}-target-lint-stable-
|
||||||
${{ runner.os }}-target-lint-
|
${{ runner.os }}-target-lint-
|
||||||
- run: cargo clippy --workspace --all-targets
|
- run: cargo clippy --workspace --all-targets
|
||||||
|
|
||||||
|
- run: cargo clippy --manifest-path imgui-sys-bindgen/Cargo.toml
|
||||||
# supported winit versions
|
# supported winit versions
|
||||||
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --all-features --all-targets
|
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --all-features --all-targets
|
||||||
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19 --all-targets
|
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19 --all-targets
|
||||||
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20 --all-targets
|
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20 --all-targets
|
||||||
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22 --all-targets
|
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22 --all-targets
|
||||||
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-23 --all-targets
|
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-23 --all-targets
|
||||||
|
|
||||||
rustfmt:
|
rustfmt:
|
||||||
name: Check rustfmt
|
name: Check rustfmt
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -129,7 +130,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-target-test-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}
|
${{ runner.os }}-target-test-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}
|
||||||
${{ runner.os }}-target-test-${{ matrix.rust }}-
|
${{ runner.os }}-target-test-${{ matrix.rust }}-
|
||||||
- run: cargo test --workspace
|
- run: cargo test --workspace --all-targets
|
||||||
# - run: cargo test --manifest-path imgui-gfx-examples/Cargo.toml --no-default-features --features directx
|
# - run: cargo test --manifest-path imgui-gfx-examples/Cargo.toml --no-default-features --features directx
|
||||||
# if: runner.os == 'Windows'
|
# if: runner.os == 'Windows'
|
||||||
- run: cargo test --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19
|
- run: cargo test --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19
|
||||||
|
|||||||
@ -7,5 +7,5 @@ members = [
|
|||||||
"imgui-winit-support",
|
"imgui-winit-support",
|
||||||
"imgui-examples",
|
"imgui-examples",
|
||||||
"imgui-gfx-examples",
|
"imgui-gfx-examples",
|
||||||
"imgui-sys-bindgen",
|
|
||||||
]
|
]
|
||||||
|
excluded = ["imgui-sys-bindgen"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user