-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
36 lines (32 loc) · 848 Bytes
/
pubspec.yaml
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
35
36
name: raylib_dart
description: Dart bindings for raylib.
version: 0.0.1
homepage: https://github.com/ufrshubham/raylib-dart
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
ffi: ^1.0.0
path: ^1.8.0
dev_dependencies:
ffigen: ^3.0.0
lints: ^1.0.1
test: ^1.16.0
ffigen:
name: "DartRaylib"
description: "Holds auto-generated Raylib bindings"
output: "lib/src/modules/generated_bindings.dart"
headers:
entry-points:
- "vendors/raylib/build/raylib/include/raylib.h"
# Makes sure that ffigen looks only into raylib.h for now.
include-directives:
- "**raylib.h"
llvm-path:
- C:/Program Files/LLVM
dart-bool: true
comments:
style: any
preamble: |
// ignore_for_file: camel_case_types
// ignore_for_file: constant_identifier_names
// ignore_for_file: non_constant_identifier_names