Disable doc tests that load vulkan
AppVeyor doesn't have the a driver installed.
This commit is contained in:
parent
adb194891f
commit
e4bcda2fec
|
@ -194,7 +194,7 @@ pub trait EntryV1_1: EntryV1_0 {
|
|||
}
|
||||
|
||||
impl EntryCustom<Arc<DynamicLibrary>> {
|
||||
/// ```rust
|
||||
/// ```rust,no_run
|
||||
/// # #[macro_use]
|
||||
/// # extern crate ash;
|
||||
/// use ash::{vk, Entry, version::EntryV1_0};
|
||||
|
@ -253,7 +253,7 @@ impl<L> EntryCustom<L> {
|
|||
}
|
||||
|
||||
#[doc = "<https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/vkEnumerateInstanceVersion.html>"]
|
||||
/// ```rust
|
||||
/// ```rust,no_run
|
||||
/// # #[macro_use]
|
||||
/// # extern crate ash;
|
||||
/// # use ash::Entry;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
//!
|
||||
//! ## Examples
|
||||
//!
|
||||
//! ```rust
|
||||
//! ```rust,no_run
|
||||
//! # #[macro_use]
|
||||
//! # extern crate ash;
|
||||
//! use ash::{vk, Entry, version::EntryV1_0};
|
||||
|
|
Loading…
Reference in a new issue