mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Include LICENSE files in published crates (#8004)
* Closes https://github.com/emilk/egui/issues/7977
This commit is contained in:
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui"
|
repository = "https://github.com/emilk/egui"
|
||||||
categories = ["mathematics", "encoding"]
|
categories = ["mathematics", "encoding"]
|
||||||
keywords = ["gui", "color", "conversion", "gamedev", "images"]
|
keywords = ["gui", "color", "conversion", "gamedev", "images"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/eframe"
|
repository = "https://github.com/emilk/egui/tree/main/crates/eframe"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["egui", "gui", "gamedev"]
|
keywords = ["egui", "gui", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "data/icon.png"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", "data/icon.png"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/egui-wgpu"
|
repository = "https://github.com/emilk/egui/tree/main/crates/egui-wgpu"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["wgpu", "egui", "gui", "gamedev"]
|
keywords = ["wgpu", "egui", "gui", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "**/*.wgsl", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "**/*.wgsl", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/egui-winit"
|
repository = "https://github.com/emilk/egui/tree/main/crates/egui-winit"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["winit", "egui", "gui", "gamedev"]
|
keywords = ["winit", "egui", "gui", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "../../README.md"
|
|||||||
repository = "https://github.com/emilk/egui"
|
repository = "https://github.com/emilk/egui"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["gui", "imgui", "immediate", "portable", "gamedev"]
|
keywords = ["gui", "imgui", "immediate", "portable", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/egui_demo_lib"
|
repository = "https://github.com/emilk/egui/tree/main/crates/egui_demo_lib"
|
||||||
categories = ["gui", "graphics"]
|
categories = ["gui", "graphics"]
|
||||||
keywords = ["glow", "egui", "gui", "gamedev"]
|
keywords = ["glow", "egui", "gui", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "data/*"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", "data/*"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui"
|
repository = "https://github.com/emilk/egui"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["gui", "imgui", "immediate", "portable", "gamedev"]
|
keywords = ["gui", "imgui", "immediate", "portable", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/egui_glow"
|
repository = "https://github.com/emilk/egui/tree/main/crates/egui_glow"
|
||||||
categories = ["gui", "game-development"]
|
categories = ["gui", "game-development"]
|
||||||
keywords = ["glow", "egui", "gui", "gamedev"]
|
keywords = ["glow", "egui", "gui", "gamedev"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "src/shader/*.glsl"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", "src/shader/*.glsl"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "./README.md"
|
|||||||
repository = "https://github.com/emilk/egui"
|
repository = "https://github.com/emilk/egui"
|
||||||
categories = ["gui", "development-tools::testing", "accessibility"]
|
categories = ["gui", "development-tools::testing", "accessibility"]
|
||||||
keywords = ["gui", "immediate", "egui", "testing", "accesskit"]
|
keywords = ["gui", "immediate", "egui", "testing", "accesskit"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/emath"
|
repository = "https://github.com/emilk/egui/tree/main/crates/emath"
|
||||||
categories = ["mathematics", "gui"]
|
categories = ["mathematics", "gui"]
|
||||||
keywords = ["math", "gui"]
|
keywords = ["math", "gui"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
repository = "https://github.com/emilk/egui/tree/main/crates/epaint"
|
repository = "https://github.com/emilk/egui/tree/main/crates/epaint"
|
||||||
categories = ["graphics", "gui"]
|
categories = ["graphics", "gui"]
|
||||||
keywords = ["graphics", "gui", "egui"]
|
keywords = ["graphics", "gui", "egui"]
|
||||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ repository = "https://github.com/emilk/egui/tree/main/crates/epaint_default_font
|
|||||||
categories = ["graphics", "gui"]
|
categories = ["graphics", "gui"]
|
||||||
keywords = ["graphics", "gui", "egui"]
|
keywords = ["graphics", "gui", "egui"]
|
||||||
include = [
|
include = [
|
||||||
"../LICENSE-APACHE",
|
"../../LICENSE-APACHE",
|
||||||
"../LICENSE-MIT",
|
"../../LICENSE-MIT",
|
||||||
"**/*.rs",
|
"**/*.rs",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
"fonts/*.ttf",
|
"fonts/*.ttf",
|
||||||
|
|||||||
Reference in New Issue
Block a user