DFL

Spec

Static Badge

A library to help read and write .dfl (D. File) and .dpo (D. Portion) files

Installation

  1. Add dfl to your shard.yml:
dependencies:
  dfl:
    github: D-Shwagginz/dfl
  1. Run shards install

  2. Some methods won't work unless you have Raylib installed:

Usage

TODO Write usage instructions here

Contributing

  1. Fork it (https://github.com/D-Shwagginz/dfl/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