Enable dlopen features for softbuffer
This commit is contained in:
parent
d759abe94a
commit
5c7bf112c8
2 changed files with 3 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -5851,6 +5851,7 @@ checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
|
|||
dependencies = [
|
||||
"as-raw-xcb-connection",
|
||||
"ctor-lite",
|
||||
"libloading",
|
||||
"pkg-config",
|
||||
"tracing",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ workspace = true
|
|||
image = ["iced_graphics/image"]
|
||||
svg = ["iced_graphics/svg", "resvg"]
|
||||
geometry = ["iced_graphics/geometry"]
|
||||
x11 = ["softbuffer/x11"]
|
||||
wayland = ["softbuffer/wayland"]
|
||||
x11 = ["softbuffer/x11", "softbuffer/x11-dlopen"]
|
||||
wayland = ["softbuffer/wayland", "softbuffer/wayland-dlopen"]
|
||||
|
||||
[dependencies]
|
||||
iced_debug.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue