Enable dlopen features for softbuffer

This commit is contained in:
Héctor Ramón Jiménez 2025-11-25 08:27:54 +01:00
parent d759abe94a
commit 5c7bf112c8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 3 additions and 2 deletions

1
Cargo.lock generated
View file

@ -5851,6 +5851,7 @@ checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
dependencies = [
"as-raw-xcb-connection",
"ctor-lite",
"libloading",
"pkg-config",
"tracing",
]

View file

@ -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