diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-29 23:06:24 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-29 23:06:24 -0700 |
| commit | 74f594d1ecd57973f2976067589a71fdfcedecbe (patch) | |
| tree | d683af61d5bd172d26ba02fc23049ab40f2b2503 /Cargo.toml | |
| parent | Fix rounding. (diff) | |
| download | qc-74f594d1ecd57973f2976067589a71fdfcedecbe.tar.zst | |
Get rid of BigInt.
Too much trouble, tbh. Who needs more than 64 bits anyway?
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,4 +10,3 @@ license = "GPL3" async-channel = "2.3.1" gdk4 = "0.8.2" gtk4 = "0.8.2" -num = "0.4.3" |
