update gitignore and project file

This commit is contained in:
William Casarin 2023-12-18 08:51:50 -08:00
parent 1be742add0
commit 9cf11d953a
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/target
/.direnv
/fonts
data.mdb
lock.mdb
.build-result

View File

@ -19,3 +19,5 @@ hex = "0.4.3"
egui = "0.21.0"
egui_skia = { version = "0.4.0", features = ["cpu_fix"] }
skia-safe = "0.58.0"
image = "0.24.7"
lru = "0.12.1"