summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index 6bd7985..f2efec4 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -11,7 +11,6 @@ bitflags = "2.4.0"
tracing = "0.1.39"
seq-macro = "0.3.5"
paste = "1.0.14"
-parking_lot = "0.12.3"
safer-ffi = "0.1.13"
nu-ansi-term = "0.46.0"
crossbeam-queue = "0.3.12"
@@ -46,11 +45,6 @@ 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"]
-
[dependencies.dear-imgui-rs]
git = "https://github.com/HampusMat/dear-imgui-rs"
branch = "windows-always-static-libstdc++"