Skip to content

Commit bc09f58

Browse files
committed
Update Cargo.toml.
* apparently sub-crates are always excluded by cargo-publish.
1 parent 734f27d commit bc09f58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ keywords = ["egui", "gui", "widget", "panels", "resize"]
1515
categories = ["gui"]
1616
include = [
1717
"assets/**/*",
18-
"demos/*/Cargo.toml",
19-
"demos/*/Cargo.lock",
20-
"**/*.rs",
18+
"examples/**/*",
19+
"src/**/*",
2120
"Cargo.toml",
2221
"README.md",
2322
"LICENSE-*",
2423
]
24+
2525
[features]
2626
# for developers, adds overlays on various elements to aid with debugging
2727
layout_debugging = []

0 commit comments

Comments
 (0)