Enable gvfs feature of cosmic-files, fixes #346
This commit is contained in:
parent
d4294713d8
commit
a578d8bf98
2 changed files with 283 additions and 176 deletions
456
Cargo.lock
generated
456
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -52,7 +52,8 @@ features = ["a11y", "multi-window", "tokio", "winit", "surface-message"]
|
||||||
fork = "0.2"
|
fork = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["wgpu"]
|
default = ["gvfs", "wgpu"]
|
||||||
|
gvfs = ["cosmic-files/gvfs"]
|
||||||
wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
|
wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
|
||||||
|
|
||||||
[profile.release-with-debug]
|
[profile.release-with-debug]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue