veeenu / hudhook

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

Bump dependencies and add feature crates #109

Closed veeenu closed 1 year ago

veeenu commented 1 year ago

This PR removes nightly features, temporarily replacing them with crates, thus dropping the nightly requirement.

Eventually, we want to remove these dependencies in favor of std, but this will suffice for now.

Closes #106.