gioui-plugins / gio-plugins

Gio-Plugins offers new plugins to extend and enhance your Gio app. Inspired by flutter/plugins repository,
Other
46 stars 6 forks source link

fix: [plugin] fix potential crashes due to unsafe stack-allocated cmd #78

Closed inkeliz closed 2 weeks ago

inkeliz commented 2 weeks ago

Some plugins might run commands on another thread/goroutine, which will not work as intended.