saskenuba / SteamHelper-rs

Interact with Valve's Steam network with this collection of crates.
MIT License
57 stars 12 forks source link

Fix packages/gitignore, bump version #9

Closed OutOfBears closed 3 years ago

OutOfBears commented 3 years ago

The purpose of this PR is to fix a bunch of errors that get caused by a project being left out of steam-lang-gen, which should be used. Additionally, bumping the steam-lang-gen enum dispatch to fix an error caused by using a private module. Finally, editing the .gitignore to ignore files Visual Studio Code configuration files.

saskenuba commented 3 years ago

LGTM, thanks!