diff options
author | 2023-09-09 22:42:41 +0200 | |
---|---|---|
committer | 2023-09-09 22:42:41 +0200 | |
commit | fbc9ef74c406b2a58bb2a093262323e346faf485 (patch) | |
tree | 08b39b5293f8526f9fc30deceb927a9e41c9d610 /examples/tour/Cargo.toml | |
parent | 052fe0edaeb0d6ce096375751eec02b953faf2a1 (diff) | |
download | iced-fbc9ef74c406b2a58bb2a093262323e346faf485.tar.gz iced-fbc9ef74c406b2a58bb2a093262323e346faf485.tar.bz2 iced-fbc9ef74c406b2a58bb2a093262323e346faf485.zip |
Change init_with_level to init in examples
Diffstat (limited to '')
-rw-r--r-- | examples/tour/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tour/Cargo.toml b/examples/tour/Cargo.toml index 11920e0d..9e984ad1 100644 --- a/examples/tour/Cargo.toml +++ b/examples/tour/Cargo.toml @@ -18,4 +18,3 @@ iced.features = ["image", "debug", "webgl"] console_error_panic_hook = "0.1" console_log = "1.0" -log.workspace = true |