mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 23:05:43 +00:00
No longer public reexport some symbols
This commit is contained in:
parent
a8aca497e0
commit
4f64bfeb10
@ -45,8 +45,8 @@ use vk;
|
||||
use VK_ENTRY;
|
||||
use VK_STATIC;
|
||||
|
||||
pub use features::Features;
|
||||
pub use version::Version;
|
||||
use features::Features;
|
||||
use version::Version;
|
||||
|
||||
/// An instance of a Vulkan context. This is the main object that should be created by an
|
||||
/// application before everything else.
|
||||
|
Loading…
Reference in New Issue
Block a user