23 lines
500 B
YAML
23 lines
500 B
YAML
name: naka
|
||
version: 0.0.1
|
||
|
||
authors:
|
||
- Lukc <lukc@upyum.com>
|
||
|
||
description: |
|
||
Experimental Löve-like APIs for game programming.
|
||
# Future description’s gonna be like “Game Programming no Aidoru!”.
|
||
|
||
# Currently, game and libraries are merged, because everything’s still a WIP.
|
||
# It’ll change, though. Soon. Probably.
|
||
targets:
|
||
main:
|
||
main: src/main.cr
|
||
|
||
dependencies:
|
||
sdl:
|
||
github: ysbaddaden/sdl.cr
|
||
branch: master # No upstream tag or branches provided. :(
|
||
|
||
license: EUPLv1.2
|