Cargo.toml: add remotedesktop support
The ashpd and reis dependencies are required for using an xdg-desktop-portal to connect to an Emulated Input Server. Add them to prepare for better support on KDE.
This commit is contained in:
parent
323dba04ed
commit
ff24a39214
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ edition = "2018"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
ashpd = { version = "0.9", features = ["wayland"] }
|
||||||
fontconfig = "0.9"
|
fontconfig = "0.9"
|
||||||
# Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically
|
# Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically
|
||||||
# links to it. Large dependencies should not be duplicated.
|
# links to it. Large dependencies should not be duplicated.
|
||||||
|
|
@ -13,6 +14,7 @@ imgref = "1.10"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
memmap2 = "0.9"
|
memmap2 = "0.9"
|
||||||
polling = "3.7"
|
polling = "3.7"
|
||||||
|
reis = "0.3"
|
||||||
rgb = "0.8"
|
rgb = "0.8"
|
||||||
tokio = { version = "1.40", features = ["macros", "rt"] }
|
tokio = { version = "1.40", features = ["macros", "rt"] }
|
||||||
wayland-backend = "0.3"
|
wayland-backend = "0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue