diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-02 15:51:45 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-02 15:51:45 +0200 |
| commit | d1492a10cdaf714074d29ad3366ab9c169d95b75 (patch) | |
| tree | 4192aa6825479f56332b3cd40d56913e48b95222 /src/state/mod.rs | |
| parent | c920f258f6c9b0623a841b7c27561fa1d09cef72 (diff) | |
add bartheme and barstate to sheetview
Diffstat (limited to 'src/state/mod.rs')
| -rw-r--r-- | src/state/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/mod.rs b/src/state/mod.rs index 5200da9..1f84716 100644 --- a/src/state/mod.rs +++ b/src/state/mod.rs @@ -8,6 +8,7 @@ pub mod editor; pub mod log; pub mod view; pub mod window; +pub(self) mod bar; #[derive(Debug, Default)] pub struct GlobalState { |