aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-01-19 14:40:59 -0330
committerSam Anthony <sam@samanthony.xyz>2023-01-19 14:40:59 -0330
commitb16b909074691c5d528774827b43c66cefc5f865 (patch)
tree265d5d564520e98cd8da1bc8b7914ea894b52eef /src/lib.rs
parent74c5641b7a46c02e999f1e0cf506c983ede37995 (diff)
downloadvolute-b16b909074691c5d528774827b43c66cefc5f865.zip
use Volume in text_input widget
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0e68f71..cd3320a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,3 @@
-mod volume;
+pub mod volume;
type Percent = u8;