add rudimentary Text editor

This commit is contained in:
GhostedGaming 2024-12-24 21:51:56 -05:00 committed by lily
parent 6529ec594d
commit 4766297808
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
6 changed files with 229 additions and 0 deletions

View file

@ -22,6 +22,9 @@ tokio = { version = "1.42.0", features = ["macros", "parking_lot", "rt", "rt-mul
rand = "0.8.5"
three-d = "0.18.0"
window = "0.5.0"
[profile.dev]
debug-assertions = true