Guilherme Lampert

Results 2 issues of Guilherme Lampert

Input pointer parameters in the function signatures are not const, e.g.: `static meow_u128 MeowHash(void *Seed128Init, meow_umm Len, void *SourceInit)` This gives the impression to readers on a glance that the...

Changed max ImGui version in Cargo.toml to 0.13, so this crate can now be used with latest imgui-rs v0.12, which contains an important fix for a dangling pointer that can...