Make sure to include license files in the next release

This commit is contained in:
Emil Ernerfeldt 2021-03-09 18:34:14 +01:00
parent 07a17dc6cf
commit 4c45ca113e
8 changed files with 29 additions and 3 deletions

View file

@ -10,7 +10,12 @@ readme = "README.md"
repository = "https://github.com/emilk/egui" repository = "https://github.com/emilk/egui"
categories = ["gui", "game-development"] categories = ["gui", "game-development"]
keywords = ["egui", "gui", "gamedev"] keywords = ["egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"] include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs",
"Cargo.toml",
]
[lib] [lib]

View file

@ -11,6 +11,8 @@ 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 = [ include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs", "**/*.rs",
"Cargo.toml", "Cargo.toml",
] ]

View file

@ -10,7 +10,12 @@ readme = "README.md"
repository = "https://github.com/emilk/egui" repository = "https://github.com/emilk/egui"
categories = ["gui", "graphics"] categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"] keywords = ["glium", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"] include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs",
"Cargo.toml",
]
[lib] [lib]

View file

@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui"
categories = ["gui", "game-development"] categories = ["gui", "game-development"]
keywords = ["glium", "egui", "gui", "gamedev"] keywords = ["glium", "egui", "gui", "gamedev"]
include = [ include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs", "**/*.rs",
"Cargo.toml", "Cargo.toml",
"src/shader/*.glsl", "src/shader/*.glsl",

View file

@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui"
categories = ["gui", "web-programming"] categories = ["gui", "web-programming"]
keywords = ["wasm", "web", "egui", "gui", "gamedev"] keywords = ["wasm", "web", "egui", "gui", "gamedev"]
include = [ include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs", "**/*.rs",
"Cargo.toml", "Cargo.toml",
"src/shader/*.glsl", "src/shader/*.glsl",

View file

@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui"
categories = ["mathematics", "gui"] categories = ["mathematics", "gui"]
keywords = ["math", "gui"] keywords = ["math", "gui"]
include = [ include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs", "**/*.rs",
"Cargo.toml", "Cargo.toml",
] ]

View file

@ -11,9 +11,12 @@ repository = "https://github.com/emilk/egui"
categories = ["graphics", "gui"] categories = ["graphics", "gui"]
keywords = ["graphics", "gui", "egui"] keywords = ["graphics", "gui", "egui"]
include = [ include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs", "**/*.rs",
"Cargo.toml", "Cargo.toml",
"fonts/*.ttf", "fonts/*.ttf",
"fonts/*.txt",
] ]
[lib] [lib]

View file

@ -10,7 +10,12 @@ readme = "README.md"
repository = "https://github.com/emilk/egui" repository = "https://github.com/emilk/egui"
categories = ["gui", "game-development"] categories = ["gui", "game-development"]
keywords = ["egui", "gui", "gamedev"] keywords = ["egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"] include = [
"../LICENSE-APACHE",
"../LICENSE-MIT",
"**/*.rs",
"Cargo.toml",
]
[lib] [lib]