diff options
Diffstat (limited to 'examples/custom_shader/Cargo.toml')
-rw-r--r-- | examples/custom_shader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_shader/Cargo.toml b/examples/custom_shader/Cargo.toml index 7f14b8c1..f5a129c7 100644 --- a/examples/custom_shader/Cargo.toml +++ b/examples/custom_shader/Cargo.toml @@ -2,7 +2,7 @@ name = "custom_shader" version = "0.1.0" authors = ["Bingus <shankern@protonmail.com>"] -edition = "2021" +edition = "2024" [dependencies] iced.workspace = true |