cushy/Cargo.toml
Jonathan Johnson 79be9a063b
Scroll and Animations
Scroll is only working to the absolute barest of requirements.
2023-11-01 15:15:14 -07:00

25 lines
586 B
TOML

[package]
name = "gooey"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [
"app",
] }
alot = "0.3"
interner = "0.2.1"
kempt = "0.2.1"
# [patch."https://github.com/khonsulabs/kludgine"]
# kludgine = { path = "../kludgine2" }
# [patch."https://github.com/khonsulabs/figures"]
# figures = { path = "../figures" }
# [patch.crates-io]
# kempt = { path = "../objectmap" }
[profile.dev.package."*"]
opt-level = 2