10 lines
209 B
TOML
10 lines
209 B
TOML
[package]
|
|
name = "hypersonic"
|
|
authors = ["James Grogan <james@jmsgrogan.com>"]
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[dependencies]
|
|
gtk = { version = "0.8.2", package = "gtk4", features = ["v4_8"] }
|