minigpu 1.0.7
minigpu: ^1.0.7 copied to clipboard
A library that brings multiplatform GPU compute to Dart and Flutter by wrapping the gpu.cpp library and webgpu with a Dawn backend.
minigpu #
1.0.7 #
- fix: project root file missing
1.0.6 #
- fix: minigpu_ffi must also use flutter in pubspec or pub.dev analysis fails
- fix: issue with project root finding as package
1.0.5 #
- fix: must have flutter in pubspec or pub.dev analysis fails
1.0.4 #
- fix: updates to readme
1.0.3 #
- fix: remove flutter from package pubspec.yaml
- fix: updates to readme
1.0.2 #
- new: explicity set supported platforms in pubspec.yaml for pub.dev
1.0.1 #
- breaking: Uses dart native assets see updated readme.
- implements platform stub for native assets to coexist with flutter plugins.
- uses native_toolchain_cmake 0.0.4
1.0.0 #
- Initial version.