Skip to content

Commit 9dd4b60

Browse files
committed
updated version and usage info
1 parent 851d3b2 commit 9dd4b60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ create a HTML page and add a canvas similar to this:
99
<canvas id="webgl-canvas" style="border: none; width:100%; height: 100%; display:block;"></canvas>
1010

1111
in your dart file add this:
12-
import 'package:ChronosGL/chronos_gl.dart';
12+
import 'package:chronosgl/chronosgl.dart';
1313

1414
void main() {
1515
ChronosGL chronosGL = new ChronosGL('#webgl-canvas', false);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: chronosgl
2-
version: 1.0.4
2+
version: 1.0.5
33
author: rhulha <java4life@gmail.com>
44
description: A simple, minimal and elegant scene graph for WebGL written in Dart
55
homepage: https://github.com/rhulha/ChronosGL

0 commit comments

Comments
 (0)