| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-21 | tests/rust: Add a generated library to generated main test | Dylan Baker | |
| Which is broken, of course. | |||
| 2021-01-21 | tests/rust: Add subdir to generated sources test | Dylan Baker | |
| 2021-01-19 | rust: Accept generated sources for main.rs | Dylan Baker | |
| There are still caveats here. Rust/cargo handles generated sources by writing out all targets of a single repo into a single output directory, setting a path to that via a build-time environment variable, and then include those files via a set of functions and macros. Meson's build layout is naturally different, and ninja makes working with environment variables at compile time difficult. Fixes #8157 | |||
