attempting to switch to new version of cxx-qt to try newer api

This commit is contained in:
Chris Cochrun 2023-10-11 11:09:07 -05:00
parent d82a0ac503
commit 5163a39317
6 changed files with 170 additions and 161 deletions

View file

@ -2,7 +2,7 @@ use cxx_qt_build::CxxQtBuilder;
fn main() {
CxxQtBuilder::new()
.file("src/rust/service_thing.rs")
// .file("src/rust/service_thing.rs")
.file("src/rust/settings.rs")
.file("src/rust/file_helper.rs")
.file("src/rust/slide_obj.rs")