diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-02 14:05:30 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-02 14:05:30 +0200 |
| commit | 555a45a9f2b68a48b098099804ce795e3d5a350b (patch) | |
| tree | c13dbfc5e380f9c2b21fa87ce889a6379fef44b2 /src/sheet/mod.rs | |
| parent | 04a5a938994ddb95cfaa9a74b180e457d3a2b5d0 (diff) | |
sheetview add background theme parameter
Diffstat (limited to 'src/sheet/mod.rs')
| -rw-r--r-- | src/sheet/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sheet/mod.rs b/src/sheet/mod.rs index 5f28e07..ffaec94 100644 --- a/src/sheet/mod.rs +++ b/src/sheet/mod.rs @@ -1,7 +1,7 @@ use cell::{Cell, CellRef}; pub mod cell; -pub mod foreach; +pub mod map; pub mod register; pub mod luaref; |