From ec7946456f4638c2744567fa855bf61775e105fb Mon Sep 17 00:00:00 2001 From: Erlend Walstad <96946613+lampsitter@users.noreply.github.com> Date: Sun, 12 May 2024 11:30:56 +0200 Subject: [PATCH] Don't package examples --- egui_commonmark/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui_commonmark/Cargo.toml b/egui_commonmark/Cargo.toml index 181dc97..49f75da 100644 --- a/egui_commonmark/Cargo.toml +++ b/egui_commonmark/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["commonmark", "egui"] categories = ["gui"] readme = "README.md" documentation = "https://docs.rs/egui_commonmark" -include = ["**/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml"] +include = ["src/**/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml"] [dependencies] egui_commonmark_backend = { workspace = true }