Initial Commit.
This commit is contained in:
commit
2c6be797a3
5 changed files with 128 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "ki18n-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
links = "KF5I18n"
|
||||
|
||||
[dependencies]
|
||||
cpp = "0.5"
|
||||
qmetaobject = { git = "https://github.com/woboq/qmetaobject-rs" }
|
||||
qttypes = { git = "https://github.com/woboq/qmetaobject-rs", features = [
|
||||
"qtquick",
|
||||
] }
|
||||
|
||||
[build-dependencies]
|
||||
cpp_build = "0.5"
|
||||
semver = "1.0"
|
||||
pkg-config = "0.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue