From 63025689ce9218d355b92c527b55aa7b42ef27dc Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Mon, 1 Nov 2021 15:27:07 +0530 Subject: [PATCH] Switched to stable qmetaobject-rs. Do not need the new methods from the git branch yet. --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe37130..7a9781d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,8 @@ links = "KF5I18n" [dependencies] cpp = "0.5" -qmetaobject = { git = "https://github.com/woboq/qmetaobject-rs" } -qttypes = { git = "https://github.com/woboq/qmetaobject-rs", features = [ - "qtquick", -] } +qmetaobject = "0.2" +qttypes = "0.2" [build-dependencies] cpp_build = "0.5"