forked from sneurlax/flutter_opengl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
executable file
·45 lines (37 loc) · 1003 Bytes
/
pubspec.yaml
File metadata and controls
executable file
·45 lines (37 loc) · 1003 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
35
36
37
38
39
40
41
42
43
44
45
name: glow
description: Flutter plugin providing GPU shader rendering via a Texture widget. Uses a Rust engine with glow for cross-platform GL (OpenGL, GL ES, WebGL2). ShaderToy compatible.
version: 0.0.1
repository: https://github.com/ManyMath/glow_dart
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
ffi: ^2.1.3
image: ^4.0.13
permission_handler: ^11.0.0
web: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: com.example.flutter_opengl
pluginClass: FlutterOpenglPlugin
linux:
pluginClass: FlutterOpenglPlugin
ios:
pluginClass: FlutterOpenglPlugin
macos:
pluginClass: FlutterOpenglPlugin
windows:
pluginClass: FlutterOpenglPluginCApi
web:
pluginClass: FlutterOpenglWeb
fileName: src/flutter_opengl_web.dart