Skip to content

Commit 5831547

Browse files
authored
build(ffi): enable required feature from ironrdp (#572)
This feature used to be enabled by default, but it's not anymore.
1 parent 37cecc0 commit 5831547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doctest = false
1919
[dependencies]
2020
diplomat = "0.7"
2121
diplomat-runtime = "0.7"
22-
ironrdp = { workspace = true, features = ["connector", "dvc", "svc", "rdpdr", "rdpsnd", "graphics", "input", "cliprdr", "displaycontrol"] }
22+
ironrdp = { workspace = true, features = ["session", "connector", "dvc", "svc", "rdpdr", "rdpsnd", "graphics", "input", "cliprdr", "displaycontrol"] }
2323
ironrdp-cliprdr-native = { workspace = true }
2424
ironrdp-core = { workspace = true, features = ["alloc"] }
2525
sspi = { workspace = true, features = ["network_client"] }

0 commit comments

Comments
 (0)