diff --git a/eframe/Cargo.toml b/eframe/Cargo.toml index 39970b54..48001a23 100644 --- a/eframe/Cargo.toml +++ b/eframe/Cargo.toml @@ -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] diff --git a/egui/Cargo.toml b/egui/Cargo.toml index 91bc638a..eaa3ac9c 100644 --- a/egui/Cargo.toml +++ b/egui/Cargo.toml @@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui" categories = ["gui", "game-development"] keywords = ["gui", "imgui", "immediate", "portable", "gamedev"] include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] diff --git a/egui_demo_lib/Cargo.toml b/egui_demo_lib/Cargo.toml index 17fe5ce2..092774e1 100644 --- a/egui_demo_lib/Cargo.toml +++ b/egui_demo_lib/Cargo.toml @@ -10,7 +10,12 @@ readme = "README.md" repository = "https://github.com/emilk/egui" categories = ["gui", "graphics"] keywords = ["glium", "egui", "gui", "gamedev"] -include = [ "**/*.rs", "Cargo.toml"] +include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", + "**/*.rs", + "Cargo.toml", +] [lib] diff --git a/egui_glium/Cargo.toml b/egui_glium/Cargo.toml index 9e30f39d..a5e88d9a 100644 --- a/egui_glium/Cargo.toml +++ b/egui_glium/Cargo.toml @@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui" categories = ["gui", "game-development"] keywords = ["glium", "egui", "gui", "gamedev"] include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "src/shader/*.glsl", diff --git a/egui_web/Cargo.toml b/egui_web/Cargo.toml index 89fa0365..0675e542 100644 --- a/egui_web/Cargo.toml +++ b/egui_web/Cargo.toml @@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui" categories = ["gui", "web-programming"] keywords = ["wasm", "web", "egui", "gui", "gamedev"] include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "src/shader/*.glsl", diff --git a/emath/Cargo.toml b/emath/Cargo.toml index 7bf79c6c..a25c878d 100644 --- a/emath/Cargo.toml +++ b/emath/Cargo.toml @@ -11,6 +11,8 @@ repository = "https://github.com/emilk/egui" categories = ["mathematics", "gui"] keywords = ["math", "gui"] include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] diff --git a/epaint/Cargo.toml b/epaint/Cargo.toml index f6b0b590..56e78e16 100644 --- a/epaint/Cargo.toml +++ b/epaint/Cargo.toml @@ -11,9 +11,12 @@ repository = "https://github.com/emilk/egui" categories = ["graphics", "gui"] keywords = ["graphics", "gui", "egui"] include = [ + "../LICENSE-APACHE", + "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "fonts/*.ttf", + "fonts/*.txt", ] [lib] diff --git a/epi/Cargo.toml b/epi/Cargo.toml index 2968a091..5dc861f4 100644 --- a/epi/Cargo.toml +++ b/epi/Cargo.toml @@ -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]