Linux: file dialogs (#7852)
This PR implements linux file dialogs and open/reveal actions. | Open folder | Reveal path | | --- | --- | |  |  | --------- Co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
43e8fdbe82
commit
bea36918f4
3 changed files with 435 additions and 40 deletions
|
@ -96,6 +96,8 @@ objc = "0.2"
|
|||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
flume = "0.11"
|
||||
open = "5.0.1"
|
||||
ashpd = "0.7.0"
|
||||
# todo!(linux) - Technically do not use `randr`, but it doesn't compile otherwise
|
||||
xcb = { version = "1.3", features = ["as-raw-xcb-connection", "present", "randr", "xkb"] }
|
||||
wayland-client= { version = "0.31.2" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue