-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
34 lines (27 loc) · 584 Bytes
/
shard.yml
File metadata and controls
34 lines (27 loc) · 584 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: wgpu
version: 0.9.0
authors:
- Chance Snow <git@chancesnow.me>
crystal: ">= 0.28.0, < 2.0"
license: MIT
scripts:
postinstall: make vendor-libs
libraries:
libwgpu_native: "~> 0.9.2"
dependencies:
future:
github: crystal-community/future.cr
version: ~> 1.0.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.3
baked_file_system:
github: schovi/baked_file_system
version: 0.10.0
clang:
github: crystal-lang/clang.cr
branch: master
stumpy_png:
github: stumpycr/stumpy_png
version: "~> 5.0"