Skip to content

nim-lang/gtk2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install this wrapper using the Nimble package manager.

nimble install gtk2 # To install latest tagged version from git, if one exists.
nimble install gtk2#head # To install GIT HEAD.

Use this wrapper as part of your nimble package

If you wish to add this wrapper as a dependency to your nimble package then add the following to your .nimble file.

[Deps]
Requires = "gtk2#head"

Notes

OSX

As of version 1.1 this binding will use GTK-Quartz if it is available, otherwise it will fallback to the X11 version of GTK.

About

gtk2 wrapper for Nim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 16

Languages