diff options
Diffstat (limited to 'x11/ashell/files/iced/patch-winit_Cargo.toml')
-rw-r--r-- | x11/ashell/files/iced/patch-winit_Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/ashell/files/iced/patch-winit_Cargo.toml b/x11/ashell/files/iced/patch-winit_Cargo.toml new file mode 100644 index 000000000000..a2d1009620b5 --- /dev/null +++ b/x11/ashell/files/iced/patch-winit_Cargo.toml @@ -0,0 +1,11 @@ +--- winit/Cargo.toml.orig 2025-09-19 07:04:16 UTC ++++ winit/Cargo.toml +@@ -56,7 +56,7 @@ sysinfo.optional = true + sysinfo.workspace = true + sysinfo.optional = true + +-[target.'cfg(target_os = "linux")'.dependencies] ++[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] + raw-window-handle = { version = "0.6", optional = true } + cctk.workspace = true + cctk.optional = true |