Skip to content

Commit

Permalink
added image caching to speed up paging through slides
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphGL committed Apr 13, 2024
1 parent c36c3ae commit 7921088
Show file tree
Hide file tree
Showing 8 changed files with 1,313 additions and 25 deletions.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ deps = [

executable('nsent',
['src/main.c', 'src/parser.c',
'src/render.c', 'src/utils.c', 'src/vector.c'],
'src/render.c', 'src/utils.c',
'src/vector.c', 'src/hashmap.c'],
dependencies: deps
)

Expand Down
Loading

0 comments on commit 7921088

Please sign in to comment.