1 unstable release
0.1.0 | Dec 25, 2024 |
---|
#21 in #complete
143 downloads per month
2KB
Qt6 Bindings for Rust
==========================
Overview
Qt6 Bindings for Rust is a set of Rust bindings for the Qt6 framework, allowing Rust developers to create Qt applications with ease.
Features
- Complete coverage of Qt6 APIs
- Rust-friendly API design
- Support for Qt6's QML and widgets modules
- Easy integration with existing Rust projects
Installation
To use Qt6 Bindings for Rust, add the following dependency to your Cargo.toml
file:
[dependencies]
qt6-rs = "0.1.0"
Usage
As now the bindings aren't ready yet, so you can't use them yet.
Contributing
Contributions to Qt6 Bindings for Rust are welcome! If you'd like to contribute, please fork the repository and submit a pull request.
License
Qt6 Bindings for Rust is licensed under the MIT License.