summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-06-01 01:50:16 +0200
committerHampusM <hampus@hampusmat.com>2026-06-01 01:50:16 +0200
commitc85300fca2c9ece5d3ecd76f0b156b0b53baf6ea (patch)
treef35f946e7aa79c39ea01c54a08eb20aed462d6d0 /engine/Cargo.toml
parentf3f18a6d0593073a222d50a67584ee643d0d299d (diff)
feat(engine): show message dialog with error on panic in release builds
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 1e10d42..df03251 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -45,6 +45,10 @@ version = "=1.13.1"
default-features = false # The "fallback" feature should not be enabled
features = ["require-cas"]
+[dependencies.rfd]
+version = "0.17.2"
+default-features = false
+features = ["wayland", "gtk3"]
[build-dependencies]
cfg_aliases = "0.2.1"