Remove unused dependency

This commit is contained in:
Hanno Braun 2025-01-21 20:29:33 +01:00
parent 85b29fc4f1
commit a9c980f5a1
2 changed files with 0 additions and 8 deletions

View File

@ -516,7 +516,6 @@ dependencies = [
"pollster", "pollster",
"spade", "spade",
"threemf", "threemf",
"tuples",
"wgpu", "wgpu",
"winit", "winit",
] ]
@ -1952,12 +1951,6 @@ version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
[[package]]
name = "tuples"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dd6c24c6d32b904abc35343bf05fde6e4a88980b3a7331a85c2a0d5447d53e2"
[[package]] [[package]]
name = "unicode-bidi" name = "unicode-bidi"
version = "0.3.18" version = "0.3.18"

View File

@ -13,7 +13,6 @@ itertools = "*"
pollster = "*" pollster = "*"
spade = "*" spade = "*"
threemf = "*" threemf = "*"
tuples = "*"
wgpu = "*" wgpu = "*"
winit = "*" winit = "*"