Merge pull request #2069 from iced-rs/use-workspace-dependencies

Use workspace dependencies and package inheritance
This commit is contained in:
Héctor Ramón 2023-09-07 03:30:35 +02:00 committed by GitHub
commit d1822ad811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 472 additions and 436 deletions

View file

@ -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())
}