Merge pull request #2069 from iced-rs/use-workspace-dependencies
Use workspace dependencies and package inheritance
This commit is contained in:
commit
d1822ad811
61 changed files with 472 additions and 436 deletions
|
|
@ -12,7 +12,7 @@ use ::image as img;
|
|||
use ::image::ColorType;
|
||||
|
||||
fn main() -> iced::Result {
|
||||
env_logger::builder().format_timestamp(None).init();
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
Example::run(iced::Settings::default())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue