1
0
Fork 0
slint-memory-game/Cargo.toml

15 lines
278 B
INI
Raw Permalink Normal View History

2023-05-03 13:54:11 -04:00
[package]
name = "slint-memory-game"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-03 14:09:37 -04:00
rand = "0.8"
2023-05-03 13:54:11 -04:00
slint = "1.0.0"
[build-dependencies]
slint-build = "1.0.0"