Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+1 -1
View File
@@ -59,9 +59,9 @@ pub const fn toml_path_hierarchy(path: &str) -> Option<&str> {
}
use anyhow::{Context, Result};
use serde::{Serialize, de::DeserializeOwned};
use galaxyui::{AppContext, Entity, ModelContext};
use galaxyui_extras::user_preferences::UserPreferences;
use serde::{Serialize, de::DeserializeOwned};
/// Whether the TOML-backed settings file is active.
///