Skip to content

Commit

Permalink
Merge pull request #866 from snakefangox/master
Browse files Browse the repository at this point in the history
Add godot-convert impl for const u8 pointers
  • Loading branch information
Bromeon authored Aug 21, 2024
2 parents 406a5d9 + b769eaf commit 7294268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions godot-core/src/meta/godot_convert/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,4 @@ impl_pointer_convert!(*mut *const u8);
impl_pointer_convert!(*mut i32);
impl_pointer_convert!(*mut f64);
impl_pointer_convert!(*mut u8);
impl_pointer_convert!(*const u8);

0 comments on commit 7294268

Please sign in to comment.