ltk

Version, currently master branch1 version
  • master branchlatestFeb 20, 2019

github.com/TamasSzekeres/ltk-cr

Lightweight Windowing Toolkit for Crystal language.

6 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ltk:
    github: TamasSzekeres/ltk-cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
Tamás Szekeres <szektam2@gmail.com>

Dependencies

Runtime Dependencies

  • cairo*github: TamasSzekeres/cairo-cr, branch: master
  • locale*github: light-side-software/locale.cr

README

# ltk-cr

Lightweight Windowing Toolkit for Crystal language.

## Installation


Add this to your application's `shard.yml`:

```yaml
dependencies:
  ltk:
    github: TamasSzekeres/ltk-cr
    branch: master
```

Then run in terminal:
```bash
crystal deps
```

## Usage


```crystal
require "ltk"

module YourModule
  include Ltk
end
```

## Contributing

1. Fork it ( https://github.com/TamasSzekeres/ltk-cr/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [TamasSzekeres](https://github.com/TamasSzekeres) Tamás Szekeres - creator, maintainer