mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 22:18:36 +00:00
Update travis to build imgui-winit-support with multiple feature sets
Disable doc tests in imgui-winit-support until only a single version of winit is supported again.
This commit is contained in:
parent
938f85cb72
commit
2d93462501
@ -28,6 +28,10 @@ before_install:
|
||||
script:
|
||||
- cargo build --all --verbose
|
||||
- cargo test --all --verbose
|
||||
- cargo build --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19
|
||||
- cargo test --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19
|
||||
- cargo build --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
||||
- cargo test --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
||||
- cargo build --all --verbose --manifest-path imgui-examples/Cargo.toml
|
||||
- cargo test --all --verbose --manifest-path imgui-examples/Cargo.toml
|
||||
- cargo build --all --verbose --manifest-path imgui-gfx-examples/Cargo.toml
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
//!
|
||||
//! ## Complete example (without a renderer)
|
||||
//!
|
||||
//! ```rust,no_run
|
||||
//! ```rust,no_run,ignore
|
||||
//! # // TODO: Remove ignore when updated to winit 0.20
|
||||
//! use imgui::Context;
|
||||
//! use imgui_winit_support::{HiDpiMode, WinitPlatform};
|
||||
//! use std::time::Instant;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user