diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:17:05 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:25:41 +0100 |
| commit | 5cb79e3f86b5328301eabbbc409f254b58ee9bf4 (patch) | |
| tree | 78d48265bc840b4e7564ed38b3ba9a3026001fdb /src/constants.rs | |
Initial build
Diffstat (limited to 'src/constants.rs')
| -rw-r--r-- | src/constants.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs new file mode 100644 index 0000000..2292b66 --- /dev/null +++ b/src/constants.rs @@ -0,0 +1,3 @@ +pub const MIN_ZOOM: f64 = 0.1; +pub const MAX_ZOOM: f64 = 2.0; +pub const ZOOM_STEP: f64 = 0.1; |