summaryrefslogtreecommitdiff
path: root/src/resource.rs
AgeCommit message (Expand)AuthorFilesLines
2022-05-14(cli): Change from structopt to clap3-deriveDaniel Silverstone1-3/+3
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius1-1/+1
2021-09-07chore: Rename generated file for resources to ease developmentDaniel Silverstone1-1/+1
2021-09-07core: Adjust behaviour for bindings and function file findingDaniel Silverstone1-20/+28
2021-09-07chore: Unwind global template nameDaniel Silverstone1-11/+4
2021-09-06fix: build resources into subplot binary even in Debian packageLars Wirzenius1-11/+1
2021-09-05resources: Hidden subcommand to list internal resourcesDaniel Silverstone1-0/+5
2021-05-02resources: Remove some unnecessary `pub`Daniel Silverstone1-2/+2
2021-05-02resources: Use new path checking orderDaniel Silverstone1-3/+15
2021-04-09resource: Remove doc comment which confuses CLI helpDaniel Silverstone1-4/+5
2021-01-10resource: Use a fallback path if neededDaniel Silverstone1-1/+9
2021-01-10resource: Support setting the template nameDaniel Silverstone1-0/+32
2021-01-10resource: Support embedded the resourcesDaniel Silverstone1-3/+15
2021-01-10resource: Support more than one --resource on the CLIDaniel Silverstone1-2/+3
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone1-0/+24
2021-01-09resource: Add support for multiple search pathsDaniel Silverstone1-2/+36
2021-01-09chore: Simplify to use resource::read_as_stringDaniel Silverstone1-1/+1
2021-01-09resource: Step one of VFS support, redirect all opensDaniel Silverstone1-0/+25