diff options
author | 2022-11-30 19:55:57 +0100 | |
---|---|---|
committer | 2022-11-30 19:55:57 +0100 | |
commit | 8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b (patch) | |
tree | 6939784c7121a4937bd32e65bfc781c1aca324bd /Cargo.toml | |
parent | 23da5a32515a2eaf567d35d1b81e4b8400a27219 (diff) | |
parent | 899bd45700f0fe7a5dee5fb71400820981f154e0 (diff) | |
download | iced-8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b.tar.gz iced-8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b.tar.bz2 iced-8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b.zip |
Merge pull request #1546 from tarkah/fix/overlay-widget-operations
Fix overlay widget operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 35 |
1 files changed, 1 insertions, 34 deletions
@@ -55,40 +55,7 @@ members = [ "style", "wgpu", "winit", - "examples/arc", - "examples/bezier_tool", - "examples/clock", - "examples/color_palette", - "examples/component", - "examples/counter", - "examples/custom_widget", - "examples/download_progress", - "examples/events", - "examples/exit", - "examples/game_of_life", - "examples/geometry", - "examples/integration_opengl", - "examples/integration_wgpu", - "examples/lazy", - "examples/modern_art", - "examples/multitouch", - "examples/pane_grid", - "examples/pick_list", - "examples/pokedex", - "examples/progress_bar", - "examples/qr_code", - "examples/scrollable", - "examples/sierpinski_triangle", - "examples/solar_system", - "examples/stopwatch", - "examples/styling", - "examples/svg", - "examples/system_information", - "examples/todos", - "examples/tooltip", - "examples/tour", - "examples/url_handler", - "examples/websocket", + "examples/*", ] [dependencies] |