mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
21 lines
515 B
TOML
21 lines
515 B
TOML
[package]
|
|
name = "ac-qu-ai-nt-gui-eframe"
|
|
description = "A GUI (written with egui / eframe) for ac-qu-ai-nt"
|
|
version = "0.0.6"
|
|
edition = "2021"
|
|
rust-version = "1.76"
|
|
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
|
|
[package.metadata.binstall]
|
|
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
|
|
|
|
[features]
|
|
default = ["tracing"]
|
|
tracing = ["dep:tracing"]
|
|
|
|
[dependencies]
|
|
tracing = { workspace = true, optional = true }
|