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