- some small bugfixes
Publish / Publish (crates.io) (push) Failing after 2m25s

This commit is contained in:
Wim Pomp
2026-05-17 20:22:17 +02:00
parent 38f3b32540
commit 4ccdb7611c
8 changed files with 235 additions and 29 deletions
+1 -1
View File
@@ -1128,7 +1128,7 @@ impl CompositionChannelInfo {
pub fn get_look_up_table(&self) -> Vec<u8> {
unsafe {
Vec::from_raw_parts(
self.0.ptr_look_up_table,
self.0.ptr_look_up_table as *mut u8,
self.0.look_up_table_element_count as usize,
self.0.look_up_table_element_count as usize,
)