Moved data types to its own package and added empty synth package
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
8
packages/wolf_3d_synth/lib/wolf_3d_synth.dart
Normal file
8
packages/wolf_3d_synth/lib/wolf_3d_synth.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
/// Support for doing something awesome.
|
||||
///
|
||||
/// More dartdocs go here.
|
||||
library;
|
||||
|
||||
export 'src/wolf_3d_synth_base.dart';
|
||||
|
||||
// TODO: Export any libraries intended for clients of this package.
|
||||
Reference in New Issue
Block a user