Skip to content

Commit 6607a73

Browse files
Add game code and PDF subcommands (#5)
* add game code subcmd * add pdf rendering * rustc 1.81
1 parent f68df95 commit 6607a73

File tree

7 files changed

+2137
-93
lines changed

7 files changed

+2137
-93
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
8383
strategy:
8484
matrix:
85-
msrv: ["1.80"]
85+
msrv: ["1.81"]
8686
name: ubuntu / ${{ matrix.msrv }}
8787
steps:
8888
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
*.pdf

0 commit comments

Comments
 (0)