This commit is contained in:
Rolf Martin Glomsrud 2022-11-08 01:12:57 +01:00
parent 759935c3c6
commit d3ea6699dc
2 changed files with 1 additions and 18 deletions

17
Cargo.lock generated
View file

@ -7,7 +7,6 @@ name = "BeepSortMacroQuad"
version = "0.1.0"
dependencies = [
"macroquad",
"tokio",
]
[[package]]
@ -321,12 +320,6 @@ version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "png"
version = "0.17.7"
@ -376,16 +369,6 @@ dependencies = [
"maybe-uninit",
]
[[package]]
name = "tokio"
version = "1.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
dependencies = [
"autocfg",
"pin-project-lite",
]
[[package]]
name = "ttf-parser"
version = "0.15.2"

View file

@ -7,6 +7,6 @@ edition = "2021"
[dependencies]
macroquad = "0.3.25"
tokio = "1.21.2"
[toolchain]
channel = "nightly"