We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851d3b2 commit 9dd4b60Copy full SHA for 9dd4b60
2 files changed
doc/usage.txt
@@ -9,7 +9,7 @@ create a HTML page and add a canvas similar to this:
9
<canvas id="webgl-canvas" style="border: none; width:100%; height: 100%; display:block;"></canvas>
10
11
in your dart file add this:
12
-import 'package:ChronosGL/chronos_gl.dart';
+import 'package:chronosgl/chronosgl.dart';
13
14
void main() {
15
ChronosGL chronosGL = new ChronosGL('#webgl-canvas', false);
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: chronosgl
2
-version: 1.0.4
+version: 1.0.5
3
author: rhulha <java4life@gmail.com>
4
description: A simple, minimal and elegant scene graph for WebGL written in Dart
5
homepage: https://github.com/rhulha/ChronosGL
0 commit comments