diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-01 01:50:16 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-01 01:50:16 +0200 |
| commit | c85300fca2c9ece5d3ecd76f0b156b0b53baf6ea (patch) | |
| tree | f35f946e7aa79c39ea01c54a08eb20aed462d6d0 /engine/Cargo.toml | |
| parent | f3f18a6d0593073a222d50a67584ee643d0d299d (diff) | |
feat(engine): show message dialog with error on panic in release builds
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 4 |
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" |
