This commit is contained in:
2024-12-28 15:34:14 -05:00
parent 4a031d01e9
commit f52217ed9d
8 changed files with 287 additions and 32 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
color-print = "0.3.7"
color-print = { version = "0.3.7", features = ["terminfo"] }
const_format = "0.2.33"
home = "0.5.9"
mlua = { version = "0.10.0", features = ["luau-jit"] }