Apply visibility to RawBuffer
This commit is contained in:
parent
4c00f52ac2
commit
62c36e3906
2 changed files with 3 additions and 2 deletions
|
@ -5,4 +5,5 @@ members = [
|
||||||
"vulkan-rs",
|
"vulkan-rs",
|
||||||
"vulkan-sys",
|
"vulkan-sys",
|
||||||
"library_loader",
|
"library_loader",
|
||||||
]
|
]
|
||||||
|
resolver = "2"
|
|
@ -12,7 +12,7 @@ impl_reprc!(
|
||||||
#[derive(Debug, Copy)]
|
#[derive(Debug, Copy)]
|
||||||
pub struct RawBuffer {
|
pub struct RawBuffer {
|
||||||
#[assume_reprc]
|
#[assume_reprc]
|
||||||
d: u8,
|
pub d: u8,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue