mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
Update settings release notes author and PRs (#23857)
# Objective Fixes https://github.com/bevyengine/bevy/issues/23814 It isn't clear whether we should be detailing what is now possible with bevy settings (can use enums and tuple structs) in the release notes so i've left it as is but happy to collate code examples and the toml they result in and add this.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "User settings"
|
||||
authors: ["@viridia"]
|
||||
pull_requests: [23034]
|
||||
authors: ["@viridia", "@mpowell90"]
|
||||
pull_requests: [23034, 23719, 23812]
|
||||
---
|
||||
|
||||
The new `bevy_settings` crate provides a framework for user settings and persistent preferences.
|
||||
|
||||
Reference in New Issue
Block a user