Skip to content

feat(deps): Adds serde feature to aeronet_steam - #101

Closed
naomijub wants to merge 2 commits into
aecsocket:mainfrom
naomijub:naomijub/serde-feature-steamworks
Closed

feat(deps): Adds serde feature to aeronet_steam#101
naomijub wants to merge 2 commits into
aecsocket:mainfrom
naomijub:naomijub/serde-feature-steamworks

Conversation

@naomijub

Copy link
Copy Markdown
Contributor

My project uses aeronet steam plugin but we also serialize steam type, if I dont have the option to enable serde on aeronet_steam we wont be able to connect steam with console to share a session

@aecsocket

Copy link
Copy Markdown
Owner

you can do this trivially in your own code by

[dependencies]
steamworks = { version = "match the same steamworks version as aeronet_steam", features = ["serde"] }

don't need aeronet_steam to expose this. if your game/app uses steam, then you're probably already depending on steamworks, so just add serde to that

@aecsocket aecsocket closed this Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants