Initial commit
This commit is contained in:
26
Cargo.toml
Normal file
26
Cargo.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[workspace]
|
||||
members = ["rdraught", "rdraught-cli", "rdraught-pi", "rdraught-ui"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
homepage = "https://gitea.woggioni.net/woggioni/rdraught"
|
||||
authors = ["Walter Oggioni <oggioni.walter@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
repository = "https://github.com/gtk-rs/gtk-rs-core"
|
||||
license = "MIT"
|
||||
edition = "2024"
|
||||
rust-version = "1.87"
|
||||
|
||||
[workspace.dependencies]
|
||||
rdraught = { path = "rdraught", version = "0.1.0" }
|
||||
cairo-rs = "0.20"
|
||||
cairo-sys-rs = "0.20"
|
||||
librsvg = "2.60"
|
||||
gtk4 = "0.9"
|
||||
gdk4 = "0.9"
|
||||
gio = "0.20.12"
|
||||
glib = "0.20.12"
|
||||
|
||||
#[patch.crates-io]
|
||||
#cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "cairo-rs", tag="0.20.12" }
|
||||
#cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "cairo-sys-rs", tag="0.20.12" }
|
Reference in New Issue
Block a user