mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Janitor: Use cargo workspace package data more
This commit is contained in:
parent
0b4bfd3a40
commit
d6695c55cb
37 changed files with 380 additions and 245 deletions
|
@ -3,14 +3,16 @@
|
|||
|
||||
[package]
|
||||
name = "slint-build"
|
||||
version = "1.3.0"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
|
||||
description = "Helper for Slint build script"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
homepage = "https://slint.rs"
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
categories = ["gui", "rendering::engine", "development-tools::build-utils"]
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -3,14 +3,16 @@
|
|||
|
||||
[package]
|
||||
name = "slint-macros"
|
||||
version = "1.3.0"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
|
||||
description = "Macro helper for slint crate"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
homepage = "https://slint.rs"
|
||||
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
categories = ["gui", "development-tools"]
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -3,16 +3,17 @@
|
|||
|
||||
[package]
|
||||
name = "slint"
|
||||
version = "1.3.0"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
|
||||
description = "GUI toolkit to efficiently develop fluid graphical user interfaces for embedded devices and desktop applications"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
authors.workspace = true
|
||||
documentation.workspace = true
|
||||
edition.workspace = true
|
||||
homepage = "https://slint.rs"
|
||||
categories = ["gui", "rendering::engine"]
|
||||
keywords = ["gui", "toolkit", "graphics", "design", "ui"]
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
categories = ["gui", "rendering::engine", "no-std"]
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue