28 lines
533 B
TOML
28 lines
533 B
TOML
[package]
|
|
name = "rdraught-ui"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
gtk4.workspace = true
|
|
gdk4.workspace = true
|
|
rdraught = {workspace = true, features = ["std"]}
|
|
librsvg.workspace = true
|
|
cairo-rs.workspace = true
|
|
gio.workspace = true
|
|
glib.workspace = true
|
|
|
|
[lib]
|
|
name = "rdraught_ui"
|
|
crate-type = ["lib"]
|
|
bench = false
|
|
|
|
[[bin]]
|
|
name = "rdraught-ui"
|
|
path = "src/main.rs"
|