Skip to content

Commit

Permalink
Bug fixes, meson support, npy support for U32, and better error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dov committed Jan 25, 2023
1 parent b30ed6d commit 5237a09
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 512 deletions.
4 changes: 4 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
project('giv', ['c','cpp','vala'],
version : '0.1.0',
license: 'LGPLv3+')

add_project_arguments('-DSPDLOG_FMT_EXTERNAL=',
language : 'cpp')

gnome = import('gnome')
pkgconfig = import('pkgconfig')

Expand Down
207 changes: 0 additions & 207 deletions src/GivImage.cc

This file was deleted.

Loading

0 comments on commit 5237a09

Please sign in to comment.