Cargo Features

[dependencies]
tauri-rfd = { version = "0.1.0", default-features = false, features = ["parent", "file-handle-inner"] }
default = parent

The parent feature is set by default whenever tauri-rfd is added without default-features = false somewhere in the dependency tree.

parent default = raw-window-handle

Affects window::INSWindow.from_raw_window_handle

file-handle-inner

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

raw-window-handle parent

Enables raw-window-handle ^0.3.3