mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Make sure to include license files in the next release
This commit is contained in:
@@ -10,7 +10,12 @@ readme = "README.md"
|
||||
repository = "https://github.com/emilk/egui"
|
||||
categories = ["gui", "game-development"]
|
||||
keywords = ["egui", "gui", "gamedev"]
|
||||
include = [ "**/*.rs", "Cargo.toml"]
|
||||
include = [
|
||||
"../LICENSE-APACHE",
|
||||
"../LICENSE-MIT",
|
||||
"**/*.rs",
|
||||
"Cargo.toml",
|
||||
]
|
||||
|
||||
[lib]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user