tetres/iced-tetris/Cargo.toml
2024-10-03 18:12:09 -07:00

14 lines
288 B
TOML

[package]
name = "iced-tetris"
version = "0.1.0"
edition = "2021"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = "0.13.1"
chrono = "0.4.19"
rand = "0.8.4"
tetris-logic = { path = "../tetris-logic" }