about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-05 06:20:09 -0600
committergennyble <gen@nyble.dev>2024-12-05 06:20:09 -0600
commit547956194948c132ff7a90051438b813108d9717 (patch)
tree47199ad572b9e263c2a1ea1e48ff9dece390b84e /Cargo.toml
parent142bc4cb60abcbbab996f3b3b2b2439bf0b14938 (diff)
downloadreally-etches-547956194948c132ff7a90051438b813108d9717.tar.gz
really-etches-547956194948c132ff7a90051438b813108d9717.zip
Partial save support; fix build
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16cbc4e..f5c2a32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,10 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
+gifed = { git = "https://git.nyble.dev/multimedia/gifed" }
 gilrs = "0.11.0"
 neam = { git = "https://github.com/gennyble/neam", rev = "5efc1761866283537fd254a8fb3582f50631cf0f" }
+rfd = "0.15.1"
 softbuffer = "0.4.6"
 tracing = "0.1.41"
 tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }