chore: initial commit
Initial commit
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "rshell"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
cxx = "1.0"
|
||||
cxx-qt = "0.8"
|
||||
cxx-qt-lib = { version = "0.8", features = ["qt_qml"] }
|
||||
|
||||
[build-dependencies]
|
||||
cxx-qt-build = { version = "0.8", features = ["link_qt_object_files"] }
|
||||
Reference in New Issue
Block a user