toml changed
This commit is contained in:
parent
f7e92e21b4
commit
4358796a39
|
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rang"
|
name = "rang"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Just another colour chooser"
|
description = "Just another colour chooser"
|
||||||
authors = ["PiyushXCoder <piyush.raj.kit@gmail.com>"]
|
authors = ["PiyushXCoder <piyush.raj.kit@gmail.com>"]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/PiyushXCoder/Rasp-Manager"
|
repository = "https://github.com/PiyushXCoder/rang"
|
||||||
keywords = ["color", "color-chooser", "color-picker", "gtk"]
|
keywords = ["color", "color-chooser", "color-picker", "gtk"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
A simple color chooser made with GTK
|
A simple color chooser made with GTK
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||

|

|
||||||
|
|
||||||
# LICENSE
|
# LICENSE
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue