initial commit
This commit is contained in:
21
rdraught-ui/Cargo.toml
Normal file
21
rdraught-ui/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[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 = "0.9"
|
||||
gdk4 = "0.9"
|
||||
rdraught = {version = "0.1", path= ".." }
|
||||
rmath = { version="0.1", registry="gitea" }
|
||||
rsvg = "0.4"
|
||||
cairo-rs = "0.20"
|
||||
|
||||
[patch.crates-io]
|
||||
cairo-rs = "0.20.10"
|
||||
cairo-sys-rs = "0.20.10"
|
Reference in New Issue
Block a user