Commit b48b602
authored
cargo: Include examples folder in release (#112)
Otherwise the crate cannot be published, due to the `[[examples]]` array
in `Cargo.toml` not finding the required files.
Strangely enough this wasn't a problem before 7a5ad82 ("Simplify example
folder structure (#106)") where this crate still used an explicit `path
=` for every example, as every example seems to have been [omitted from
Cargo.toml].
[omitted from Cargo.toml]: https://docs.rs/crate/gpu-allocator/0.17.0/source/Cargo.toml1 parent 6c8e150 commit b48b602
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments