veeenu / hudhook

A videogame overlay framework written in Rust, supporting DirectX and OpenGL
MIT License
167 stars 27 forks source link

Outdated HookBuilder documentation #150

Closed vars1ty closed 5 months ago

vars1ty commented 5 months ago

https://github.com/veeenu/hudhook/blob/778d58b6062777eb07c41dda79a79646a515f78b/src/lib.rs#L353

That's the old usage, whereas the new one changed with to for example, this: .with::<ImguiOpenGl3Hooks>(MyUI::new())

veeenu commented 5 months ago

Thank you for reporting that, must've slipped!