Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

GLerminal 0.3 has Winit 0.15.1 WinAPI errros #63

Open DevChagrins opened 2 years ago

DevChagrins commented 2 years ago

Versions of libraries used (if applicable):

Expected Behaviour

When running my rust program with GLerminal, I expect it to run without errors from dependencies.

Actual Behaviour

GLerminal dependency on Winit 0.15.1 causes 3 errors within Winit. Winit 0.18 resolves with no errors and allows me to run the program.

Steps to reproduce this behaviour

Create Rust project (Windows 10, VSCode) Add GLerminal dependency (0.3) Run example from GLerminal Rust Cargo page

Notes

I do only have Win10 SDK v10.0.18362.0 and Win11 SDK v10.0.22000.0, I feel this might be related to the issue.

Teascade commented 2 years ago

I imagine this would get fixed by simply updating the glutin versions (and preferably all the other dependencies as well). I haven't been maintaining this project for a while to the degree that it deserves, so maybe this issue will finally get me started again. Referred this on a primary issue #64 for updating glutin.