Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 520 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 520 Bytes

Monster

An experimental Matrix client written in Qt using matrix-rust-sdk. The main focus is on exploring how to use asynchronous rust SDKs from a C++/Qt application.

Building

cmake -B build
cmake --build build
cmake --install build

Dependencies

  • Qt6 Base, Declarative
  • KF6 I18n
  • Corrosion
  • Reasonably new rustc, cargo

License

All code is licensed as stated in the SPDX headers.