From 4da480996925d508b5949a5b57cadf2541e4ab3e Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 24 Oct 2023 14:57:04 -0500 Subject: [PATCH] firgured out scrolling --- .idea/bibliofile.iml | 8 ++++ .idea/modules.xml | 8 ++++ .idea/workspace.xml | 53 ++++++++++++++---------- meditations.epub:Zone.Identifier | 3 ++ src/main.rs | 71 +++++++++++++++++++++++--------- 5 files changed, 102 insertions(+), 41 deletions(-) create mode 100644 .idea/bibliofile.iml create mode 100644 .idea/modules.xml create mode 100644 meditations.epub:Zone.Identifier diff --git a/.idea/bibliofile.iml b/.idea/bibliofile.iml new file mode 100644 index 0000000..633cf01 --- /dev/null +++ b/.idea/bibliofile.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7b8c306 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 33dc3e9..d01780a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -49,28 +49,28 @@