funfriend/shard.yml

32 lines
558 B
YAML
Raw Normal View History

2023-05-29 14:55:38 +02:00
name: funfriend
version: 0.1.0
authors:
- Jill "oatmealine" Monoids <oatmealine@disroot.org>
2023-05-30 15:47:50 +02:00
dependencies:
crystglfw:
github: calebuharrison/CrystGLFW
branch: master
lib_glfw:
github: calebuharrison/LibGLFW
branch: master
crystgl:
github: calebuharrison/CrystGL
branch: master
crystimage:
github: calebuharrison/CrystImage
2023-05-31 12:14:38 +02:00
sdl:
github: ysbaddaden/sdl.cr
2023-06-02 11:35:26 +02:00
baked_file_system:
github: schovi/baked_file_system
version: 0.10.0
2023-05-30 15:47:50 +02:00
2023-05-29 14:55:38 +02:00
targets:
funfriend:
main: src/funfriend.cr
crystal: 1.8.2
license: MIT