Initial commit

This commit is contained in:
2025-06-20 16:12:40 +02:00
commit f50e741929
20 changed files with 1843 additions and 0 deletions

26
Cargo.toml Normal file
View 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" }