minigpu 1.1.3
minigpu: ^1.1.3 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.1.3 #
- breaking: import package instead of buffer and shader separately
- fix: pubspec repository url
- adds: tensor package protoype
- fix: issue with reading buffer segments fixed
1.1.2 #
- fix: create dawn dir to prevent first run error.
1.1.1 #
- fix: split download command for quiet fail on remote add
1.1.0 #
- fix: dawn git not running properly
1.0.9 #
- fix: prevent using project root on ffi since pub wont see the file
1.0.8 #
- fix: pub.dev still missing project root file
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.