diff options
author | 2024-12-17 04:13:19 +0100 | |
---|---|---|
committer | 2024-12-17 04:13:19 +0100 | |
commit | 5220a064c5054e872fd2f8922aa83838bf066949 (patch) | |
tree | 409ed8fbd09aad67ee3ff37a32f775c4d249e6c9 /test/Cargo.toml | |
parent | 8f6f5c13b0f6e7a777a61995be372a19056b4dfc (diff) | |
download | iced-5220a064c5054e872fd2f8922aa83838bf066949.tar.gz iced-5220a064c5054e872fd2f8922aa83838bf066949.tar.bz2 iced-5220a064c5054e872fd2f8922aa83838bf066949.zip |
Write documentation for `iced_test`
Diffstat (limited to 'test/Cargo.toml')
-rw-r--r-- | test/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index ff6cb38a..2dd35e7f 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -21,3 +21,4 @@ iced_renderer.features = ["fira-sans"] png.workspace = true sha2.workspace = true +thiserror.workspace = true |