mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
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:
parent
501524b0da
commit
2cc9e56168
10 changed files with 187 additions and 266 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue