Enable gvfs feature of cosmic-files, fixes #346

This commit is contained in:
Jeremy Soller 2025-04-28 15:34:58 -06:00
parent d4294713d8
commit a578d8bf98
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 283 additions and 176 deletions

456
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -52,7 +52,8 @@ features = ["a11y", "multi-window", "tokio", "winit", "surface-message"]
fork = "0.2"
[features]
default = ["wgpu"]
default = ["gvfs", "wgpu"]
gvfs = ["cosmic-files/gvfs"]
wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
[profile.release-with-debug]