mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Fix parameter order
This commit is contained in:
parent
9e6cac5054
commit
b4bd7a2743
@ -32,5 +32,5 @@ script:
|
||||
- cargo test --all --verbose --manifest-path imgui-examples/Cargo.toml
|
||||
- cargo build --all --verbose --manifest-path imgui-gfx-examples/Cargo.toml
|
||||
- cargo test --all --verbose --manifest-path imgui-gfx-examples/Cargo.toml
|
||||
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then cargo build --all --verbose --manifest-path --no-default-features --features directx imgui-gfx-examples/Cargo.toml; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then cargo test --all --verbose --manifest-path --no-default-features --features directx imgui-gfx-examples/Cargo.toml; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then cargo build --all --verbose --no-default-features --features directx --manifest-path imgui-gfx-examples/Cargo.toml; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then cargo test --all --verbose --no-default-features --features directx --manifest-path imgui-gfx-examples/Cargo.toml; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user