This commit is contained in:
Chris Cochrun 2025-07-25 15:19:31 -05:00
parent 504b4bc944
commit b56425c671
4 changed files with 142 additions and 0 deletions

17
smdview/blah/Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "blah"
version = "0.1.0"
edition = "2024"
[dependencies]
cxx = "1.0.122"
cxx-qt = "0.7.1"
cxx-qt-lib = { version = "0.7.1", features = [ "qt_full" ] }
cxx-qt-lib-extras = "0.7.1"
markdown = "=1.0.0-alpha.17"
[build-dependencies]
# The link_qt_object_files feature is required for statically linking Qt 6.
cxx-qt-build = { version = "0.7.1", features = [ "link_qt_object_files" ] }
qt-build-utils = "0.7.1"