{"id":15137933,"url":"https://github.com/rparrett/bevy_simple_prefs","last_synced_at":"2026-01-16T11:25:41.280Z","repository":{"id":243682393,"uuid":"813113598","full_name":"rparrett/bevy_simple_prefs","owner":"rparrett","description":" A small Bevy plugin for persisting multiple Resources to a single file","archived":false,"fork":false,"pushed_at":"2026-01-14T13:18:04.000Z","size":127,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T17:27:23.997Z","etag":null,"topics":["bevy","game-development","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rparrett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-10T14:00:55.000Z","updated_at":"2026-01-14T13:17:31.000Z","dependencies_parsed_at":"2024-06-19T23:12:00.110Z","dependency_job_id":"3d79c18f-a69a-484e-b0a1-6b4399318834","html_url":"https://github.com/rparrett/bevy_simple_prefs","commit_stats":{"total_commits":49,"total_committers":1,"mean_commits":49.0,"dds":0.0,"last_synced_commit":"70baabe75ca563cbb73e8cd4beb59b93ccc5e14e"},"previous_names":["rparrett/bevy_simple_prefs"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/rparrett/bevy_simple_prefs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_simple_prefs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_simple_prefs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_simple_prefs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_simple_prefs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rparrett","download_url":"https://codeload.github.com/rparrett/bevy_simple_prefs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rparrett%2Fbevy_simple_prefs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bevy","game-development","rust"],"created_at":"2024-09-26T07:03:39.438Z","updated_at":"2026-01-16T11:25:41.266Z","avatar_url":"https://github.com/rparrett.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_simple_prefs\n\n[![crates.io](https://img.shields.io/crates/v/bevy_simple_prefs.svg)](https://crates.io/crates/bevy_simple_prefs)\n[![docs](https://docs.rs/bevy_simple_prefs/badge.svg)](https://docs.rs/bevy_simple_prefs)\n[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/book/plugin-development/#main-branch-tracking)\n\nAn unambitious Bevy plugin for persisting multiple Bevy `Resource`s into a single preferences file, suitable for small projects like jam games.\n\n- Persists to a single `ron` file\n- Does IO in Bevy's async task pool\n- WASM compatible\n\n## Usage\n\n- Derive `Prefs` on a `struct` with members that are `Resource`s you want to be saved\n- Simply modify your `Resource`s to initiate a save\n- Write code that reacts to those `Resource`s changing, if you want\n\nSee [examples/prefs.rs](./bevy_simple_prefs/examples/prefs.rs)\n\n## Compatibility\n\n| `bevy_simple_prefs` | `bevy` |\n| :--                 | :--    |\n| `0.8`               | `0.18` |\n| `0.7`               | `0.17` |\n| `0.5`-`0.6`         | `0.16` |\n| `0.4`               | `0.15` |\n| `0.1`-`0.3`         | `0.14` |\n\n## Contributing\n\nPlease feel free to open a PR, but keep in mind this project's goals. This is meant to be a very lightweight crate. There should be zero additional dependencies on other Bevy ecosystem crates.\n\nPlease keep PRs small and scoped to a single feature or fix.\n\n## Alternatives\n\nIf you need more features, check out [`bevy-settings`](https://crates.io/crates/bevy-settings). There are also a few other options in the [persistence section](https://bevyengine.org/assets/#persistence) of Bevy Assets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frparrett%2Fbevy_simple_prefs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frparrett%2Fbevy_simple_prefs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frparrett%2Fbevy_simple_prefs/lists"}