-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add example application built entirely with Cargo #221
Conversation
a60bd45
to
b23abe6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but for me it fails to link to Qt ...
ef5ea62
to
a81b2fd
Compare
a81b2fd
to
6af145f
Compare
e6f5b2d
to
33c1d02
Compare
33c1d02
to
85d4561
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a follow-up: |
I think we probably want both as they are different use cases. One is showing the minimum to integrate a Rust QML module into a CMake C++ project. And the other is showing the minimum to create a from scratch Rust QML module building with cargo. And as the cargo build has some issues still the qml_minimal one is a good example for the book etc. |
Right, I'm just wondering whether we can reduce the code duplication for the actual |
Symlinking the duplicated files is implemented in #226 |
🦀