Added rendering, basic keybinds

This commit is contained in:
Ceferino Patino 2025-01-08 21:13:24 -06:00
commit 2183c97c58
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8
8 changed files with 513 additions and 189 deletions

1
src/util/mod.rs Normal file
View file

@ -0,0 +1 @@
pub(crate) mod rope;