monorepo/glimmer/rust/Cargo.toml
Savanni D'Gerinel cc24655842 Muck about with flakes
It's not looking good. I still don't really understand what I'm doing.
2023-03-18 20:14:21 -04:00

14 lines
303 B
TOML

[package]
name = "glimmer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = { version = "0.5", package = "gtk4" }
glib = { version = "0.16" }
[build-dependencies]
glib-build-tools = "0.16"