add rudimentary Text editor

This commit is contained in:
GhostedGaming 2024-12-24 21:51:56 -05:00 committed by BitSyndicate
parent bcf005007c
commit 326fecff9f
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
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