Files
modeling-app/rust/kcl-lib/src/settings/mod.rs
Pierre Jacquier 1a59fc4f99 Rename the app to Zoo Design Studio (#5974)
* WIP: Change the name of the app
Fixes #5971

* Force release build

* More renames

* Fix release builds on PR

* Remove alpha on home page, replace with nightly if nightly

* Change appId back to dev.zoo.modeling-app after updater test failure

* Cleanup towards review

* Lint

* Lint plus @jacebrowning's suggestion

* Lint
2025-04-03 22:24:51 -04:00

7 lines
139 B
Rust

//! This module contains settings for kcl projects as well as the Design Studio.
pub mod types;
#[cfg(test)]
mod generate_settings_docs;