cli: fix cli Cargo.toml
This commit is contained in:
parent
796b03b42b
commit
756cbe63d9
|
@ -1,7 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "librashader-cli"
|
name = "librashader-cli"
|
||||||
version = "0.4.5"
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MPL-2.0 OR GPL-3.0-only"
|
||||||
|
version = "0.4.5"
|
||||||
|
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
|
||||||
|
repository = "https://github.com/SnowflakePowered/librashader"
|
||||||
|
readme = "../README.md"
|
||||||
|
categories = ["emulators", "compilers", "graphics"]
|
||||||
|
keywords = ["shader", "retroarch", "SPIR-V"]
|
||||||
|
description = "RetroArch shaders for all."
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "librashader_test"
|
name = "librashader_test"
|
||||||
|
|
Loading…
Reference in a new issue