diff options
author | 2024-09-14 15:22:08 -0400 | |
---|---|---|
committer | 2024-09-14 15:22:08 -0400 | |
commit | 850b3d579d4f9a131c90a48f592ebdb88739f7dc (patch) | |
tree | f9f160f4373da75c13f8aa88c223d1867516ec4f /Cargo.toml | |
parent | b3afe89be1e0a5fdeffb27c630970a2a912dd5b0 (diff) | |
download | iced-850b3d579d4f9a131c90a48f592ebdb88739f7dc.tar.gz iced-850b3d579d4f9a131c90a48f592ebdb88739f7dc.tar.bz2 iced-850b3d579d4f9a131c90a48f592ebdb88739f7dc.zip |
Add to workspaces.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ name = "iced" description = "A cross-platform GUI library inspired by Elm" version.workspace = true edition.workspace = true +rust-version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true |