File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ edition = "2024"
55rust-version = " 1.88"
66
77[dependencies ]
8- iced_core = " 0.14 "
9- iced_widget = " 0.14 "
10- iced_runtime = { version = " 0.14 " , optional = true }
8+ iced_core = " 0.15.0-dev "
9+ iced_widget = " 0.15.0-dev "
10+ iced_runtime = { version = " 0.15.0-dev " , optional = true }
1111
1212[workspace ]
1313members = [" examples/*" ]
1414
1515[features ]
1616helpers = [" iced_runtime" ]
17+
18+ [patch .crates-io ]
19+ iced_core = { git = " https://github.com/iced-rs/iced.git" }
20+ iced_runtime = { git = " https://github.com/iced-rs/iced.git" }
21+ iced_widget = { git = " https://github.com/iced-rs/iced.git" }
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ edition = "2024"
55
66[dependencies ]
77iced_drop = { path = " ../.." , features = [" helpers" ] }
8- iced = { version = " 0.14 " , features = [" advanced" ] }
8+ iced = { git = " https://github.com/iced-rs/iced.git " , features = [" advanced" ] }
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ edition = "2024"
55
66[dependencies ]
77iced_drop = { path = " ../.." , features = [" helpers" ]}
8- iced = { version = " 0.14 " , features = [" advanced" ] }
8+ iced = { git = " https://github.com/iced-rs/iced.git " , features = [" advanced" ] }
You can’t perform that action at this time.
0 commit comments