Use anyhow for Result type

This commit is contained in:
2025-12-12 03:40:33 -06:00
parent 44e5997847
commit 60f1868334
5 changed files with 24 additions and 25 deletions
+1
View File
@@ -7,6 +7,7 @@ authors = ["futile <git@futile.eu>"]
description = "A toolset of convenient things for GTA V Online."
[dependencies]
anyhow = "1.0.100"
catppuccin-egui = { version = "5.6.0", default-features = false, features = [
"egui32",
] }