clide/Cargo.toml

15 lines
391 B
TOML
Raw Normal View History

2025-03-29 08:01:13 -04:00
[package]
name = "clide"
version = "0.1.0"
edition = "2024"
[dependencies]
cxx = "1.0.95"
cxx-qt = "0.7"
cxx-qt-lib = { version="0.7", features = ["qt_full"] }
2025-03-29 16:55:26 -04:00
log = { version = "0.4.27", features = [] }
2025-03-30 16:14:58 -04:00
dirs = "6.0.0"
2025-03-29 08:01:13 -04:00
[build-dependencies]
# The link_qt_object_files feature is required for statically linking Qt 6.
cxx-qt-build = { version = "0.7", features = [ "link_qt_object_files" ] }