Skip to content

Commit

Permalink
vulkano: export LoadingError (#1961)
Browse files Browse the repository at this point in the history
This is useful if loading the VulkanLibrary fails.
  • Loading branch information
gurchetansingh authored Aug 26, 2022
1 parent 5fa657f commit 2e570f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

pub use ash::vk::Handle;
pub use half;
pub use library::VulkanLibrary;
pub use library::{LoadingError, VulkanLibrary};
use parking_lot::MutexGuard;
use std::{error::Error, fmt, ops::Deref, sync::Arc};
pub use version::Version;
Expand Down

0 comments on commit 2e570f8

Please sign in to comment.