Apply visibility to RawBuffer

This commit is contained in:
hodasemi 2024-05-13 14:50:22 +02:00
parent 4c00f52ac2
commit 62c36e3906
2 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,5 @@ members = [
"vulkan-rs",
"vulkan-sys",
"library_loader",
]
]
resolver = "2"

View file

@ -12,7 +12,7 @@ impl_reprc!(
#[derive(Debug, Copy)]
pub struct RawBuffer {
#[assume_reprc]
d: u8,
pub d: u8,
}
);