15 lines
278 B
INI
15 lines
278 B
INI
[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]
|
|
rand = "0.8"
|
|
slint = "1.0.0"
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.0.0"
|