diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-28 18:12:02 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-28 18:14:21 -0700 |
| commit | 2df47cf5e375c73917ebcd6690cd16199d57af83 (patch) | |
| tree | 6b5206f512e7b0a5ce7ee8d4c3b76a51919e7a32 /Cargo.toml | |
| parent | Simplify the threading code. (diff) | |
| download | qc-2df47cf5e375c73917ebcd6690cd16199d57af83.tar.zst | |
Use num crate.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,5 +9,4 @@ edition = "2021" async-channel = "2.3.1" gdk4 = "0.8.2" gtk4 = "0.8.2" -num-bigint = "0.4.5" -num-traits = "0.2.19" +num = "0.4.3" |
