font-catcher 1.2.2

A command line font package manager. To see more commands, run `font-catcher --help`
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project('font-catcher',
          version: '0.1.0',
    meson_version: '>= 0.50.0',
  default_options: [ 'warning_level=2',
                   ],
)



cargo_sources = files(
  'Cargo.toml',
  'Cargo.lock',
)

subdir('src')