Skip to content

Optional serde support for Volume (behind a serde feature flag) #74

Description

@occuros

Summary

Please add serde support for the Volume type, gated behind a serde cargo feature so downstream users can serialize/deserialize volumes for saves, configs, and tooling.

Motivation

I’d like to persist Volume in save files and config blobs. bevy reflect could be used, but many crates have certain features gated behind serialize

Proposed solution

•	Add an optional dependency on serde and a serde feature (off by default).
•	Derive Serialize/Deserialize for Volume under that feature

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions