diff options
author | 2024-11-04 18:08:12 +0100 | |
---|---|---|
committer | 2024-11-05 23:52:59 +0100 | |
commit | 14ec3307304fbf40e7f281d2356f40456124dfef (patch) | |
tree | 617114c63e4e5355bb7ebf51426595b8b8c43f16 /winit/Cargo.toml | |
parent | c6af79a1d06013343f9caf2de80597d627254084 (diff) | |
download | iced-14ec3307304fbf40e7f281d2356f40456124dfef.tar.gz iced-14ec3307304fbf40e7f281d2356f40456124dfef.tar.bz2 iced-14ec3307304fbf40e7f281d2356f40456124dfef.zip |
Replace `reactive-rendering` feature with `unconditional-rendering`
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r-- | winit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index b8f5a723..10a6369b 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -22,7 +22,7 @@ x11 = ["winit/x11"] wayland = ["winit/wayland"] wayland-dlopen = ["winit/wayland-dlopen"] wayland-csd-adwaita = ["winit/wayland-csd-adwaita"] -reactive-rendering = [] +unconditional-rendering = [] [dependencies] iced_futures.workspace = true |