advotracker_qml: advotracker variant with Qt/Qml GUI

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-12 16:40:28 +02:00
parent 06cbce5c69
commit f41589263b
78 changed files with 13195 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
[package]
name = "advotracker_qml"
authors = ["Ralf Zerres <ralf.zerres@networkx.de>"]
description = "Frontend component that supports lawyers to capture relevant data encountered during an online legal advice\n"
documentation = "https://docs.rs/advotracker"
edition = "2018"
homepage = "https://github.com/rzerres/advotracker"
license = "(0BSD OR MIT)"
readme = "README.md"
repository = "https://github.com/rzerres/advotracker"
version = "0.1.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }
#diesel = { version = "1.4", features = [ "postgres", "sqlite" ] }
[dependencies]
cstr = { version = "0.1.7" }
qmetaobject = { version = "0.1.4" }
#qmetaobjects = { git = "https://github.com/woboq/qmetaobject-rs.git", branch = "master" }
# [features]
# # no features by default
# default = []
# light-theme = []