summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
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"