forked from yglukhov/nimx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nimx.nimble
32 lines (28 loc) · 891 Bytes
/
nimx.nimble
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Package
version = "0.1"
author = "Yuriy Glukhov"
description = "GUI framework"
license = "MIT"
# Directory configuration
installDirs = @["nimx", "assets"]
# Dependencies
requires "sdl2"
requires "opengl"
requires "winim"
requires "nimsl >= 0.3"
requires "jnim" # For android target
requires "nake"
requires "closure_compiler >= 0.3.1"
requires "https://github.com/BundleFeed/plists#head"
requires "variant >= 0.2 & < 0.3"
requires "kiwi"
requires "https://github.com/yglukhov/ttf >= 0.2.9 & < 0.3"
requires "https://github.com/yglukhov/async_http_request"
requires "jsbind"
requires "rect_packer"
requires "https://github.com/yglukhov/android"
requires "https://github.com/BundleFeed/darwin#head"
requires "https://github.com/BundleFeed/os_files#head"
requires "https://github.com/tormund/nester"
requires "nimwebp"
requires "https://github.com/BundleFeed/clipboard#head"