mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -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"
|
||||
categories = ["gui", "development-tools::testing", "accessibility"]
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user