mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -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", "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