feat: Remove SteamApp (#142)

* Remove the SteamApp enum.

* Further removal

* Replace SteamApp with Engine on game! usage

* Add removal of SteamApp in changelog

* docs: Update reference of SteamApp to Engine

* Update the docs of the Engine type to be more descriptive.
This commit is contained in:
CosminPerRam 2023-10-21 23:13:14 +03:00 committed by GitHub
parent 501524b0da
commit 2cc9e56168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 187 additions and 266 deletions

View file

@ -6,7 +6,8 @@ Who knows what the future holds...
- Added [Valheim](https://store.steampowered.com/app/892970/Valheim/) support.
### Breaking:
None, yaay!
Protocols:
- Valve: Removed `SteamApp` due to it not being really useful at all, replaced all instances with `Engine`.
# 0.4.1 - 13/10/2023
### Changes: