Publishing New Version.
This commit is contained in:
parent
57fefcc945
commit
7aba3e4bad
|
@ -2,7 +2,7 @@
|
||||||
name = "ki18n-rs"
|
name = "ki18n-rs"
|
||||||
description = "A crate to use KF5I18n from rust."
|
description = "A crate to use KF5I18n from rust."
|
||||||
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
|
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
|
||||||
version = "0.1.3"
|
version = "1.0.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
links = "KF5I18n"
|
links = "KF5I18n"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# KI18n Crate for Rust
|
# KI18n Crate for Rust
|
||||||
[![Crates.io](https://img.shields.io/crates/v/ki18n-rs)](https://crates.io/crates/ki18n-rs)
|
[![Crates.io](https://img.shields.io/crates/v/ki18n-rs)](https://crates.io/crates/ki18n-rs)
|
||||||
|
[![Documentation](https://docs.rs/ki18n-rs/badge.svg)](https://docs.rs/ki18n-rs/)
|
||||||
|
|
||||||
KI18n is a cross-platform internationalization framework used by KDE applications. This crate is meant to allow using KI18n with Rust and [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) crate.
|
KI18n is a cross-platform internationalization framework used by KDE applications. This crate is meant to allow using KI18n with Rust and [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) crate.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue