15 lines
261 B
TOML
15 lines
261 B
TOML
|
[package]
|
||
|
name = "fishbowl"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
image = "0.24"
|
||
|
gif = "0.12"
|
||
|
tiny-skia = "0.11"
|
||
|
|
||
|
[profile.release]
|
||
|
codegen-units = 1
|