fontconfig_actor/fontconfig_actor.nimble

14 lines
268 B
Plaintext
Raw Normal View History

2023-03-27 03:37:38 +00:00
# Package
2023-05-02 21:07:00 +00:00
version = "20230502"
2023-03-27 03:37:38 +00:00
author = "Emery Hemingway"
description = "Syndicate actor for asserting Fontconfig information"
license = "Unlicense"
srcDir = "src"
bin = @["fontconfig_actor"]
# Dependencies
requires "nim >= 1.6.10"