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:
@@ -15,7 +15,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/emilk/egui"
|
||||
categories = ["gui", "game-development"]
|
||||
keywords = ["gui", "imgui", "immediate", "portable", "gamedev"]
|
||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user