diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-23 11:03:46 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-23 11:03:46 +0000 |
| commit | 62601eabcd02132ae80f3568f97e46266f28ffd8 (patch) | |
| tree | deb12841f2c314fd0258aa817f2444a7507cb3d5 /packages.json | |
| parent | 183c0805f1c112811f63be359d6a25a68cb1fcb2 (diff) | |
| parent | dcbfa6c1fcd9932e91849386ba0b9786d0c91a2f (diff) | |
| download | packages-62601eabcd02132ae80f3568f97e46266f28ffd8.tar.gz packages-62601eabcd02132ae80f3568f97e46266f28ffd8.zip | |
Merge pull request #294 from SSPkrolik/master
native-dialogs v0.1 package
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fbad044..486291a 100644 --- a/packages.json +++ b/packages.json @@ -3770,5 +3770,19 @@ "description": "Lightweight i3 status bar.", "license": "GPLv3", "web": "https://github.com/FedericoCeratto/nimi3status" + }, + { + "name": "native_dialogs", + "url": "https://github.com/SSPkrolik/nim-native-dialogs.git", + "method": "git", + "tags": [ + "ui", + "gui", + "cross-platform", + "library" + ], + "description": "Implements framework-agnostic native operating system dialogs calls", + "license": "MIT", + "web": "https://github.com/SSPkrolik/nim-native-dialogs" } ] |
