DFL
A library to help read and write .dfl (D. File) and .dpo (D. Portion) files
Installation
- Add
dflto yourshard.yml:
dependencies:
dfl:
github: D-Shwagginz/dfl
-
Run
shards install -
Some methods won't work unless you have Raylib installed:
- Install raylib by following the raylib-cr installation instructions.
- For Linux, follow step 1.
- For Windows, follow steps 1-4.
Usage
TODO Write usage instructions here
Contributing
- Fork it (https://github.com/D-Shwagginz/dfl/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- D. Shwagginz - creator and maintainer