diff options
Diffstat (limited to 'schist_desktop_gui/src/config.rs')
| -rw-r--r-- | schist_desktop_gui/src/config.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schist_desktop_gui/src/config.rs b/schist_desktop_gui/src/config.rs new file mode 100644 index 0000000..cab9eba --- /dev/null +++ b/schist_desktop_gui/src/config.rs @@ -0,0 +1,8 @@ +#[derive(Clone)] +pub struct Config {} + +impl Default for Config { + fn default() -> Self { + Self {} + } +} |
