diff options
author | 2025-01-28 03:47:13 +0100 | |
---|---|---|
committer | 2025-01-28 03:47:13 +0100 | |
commit | 00a048677fc43a5e3106dff17e0c1c490fdc5ce1 (patch) | |
tree | 2c63fffc6a06148c8ed65753debc0a1f6a17f52e /Cargo.toml | |
parent | da1726b134ae084dd76b9e0a1107a771f69ed7c9 (diff) | |
parent | cd445f758f08f97a719a3320d54df30620aa4434 (diff) | |
download | iced-00a048677fc43a5e3106dff17e0c1c490fdc5ce1.tar.gz iced-00a048677fc43a5e3106dff17e0c1c490fdc5ce1.tar.bz2 iced-00a048677fc43a5e3106dff17e0c1c490fdc5ce1.zip |
Merge pull request #2757 from iced-rs/feature/animation-api
`Animation` API for application code
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -158,6 +158,7 @@ half = "2.2" image = { version = "0.25", default-features = false } kamadak-exif = "0.5" kurbo = "0.10" +lilt = "0.7" log = "0.4" lyon = "1.0" lyon_path = "1.0" @@ -192,7 +193,7 @@ window_clipboard = "0.4.1" winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" } [workspace.lints.rust] -rust_2018_idioms = { level = "forbid", priority = -1 } +rust_2018_idioms = { level = "deny", priority = -1 } missing_debug_implementations = "deny" missing_docs = "deny" unsafe_code = "deny" |