You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows 7 xinput 1.4 isn't available, but 1.3 is. This currently means that i cannot run the compiled program, since it tries to link with xinput 1.4.
The text was updated successfully, but these errors were encountered:
The problem is the Windows 10 SDK does not come with the import libraries to link against xinput 1.3. There isn't really a good solution to this at the moment. If rust-lang/rust#30027 was ever implemented however then I might be able to do something.
On windows 7 xinput 1.4 isn't available, but 1.3 is. This currently means that i cannot run the compiled program, since it tries to link with xinput 1.4.
The text was updated successfully, but these errors were encountered: