vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

Address breaking changes introduced in #19015 in V repo #538

Closed ArtemkaKun closed 11 months ago

ArtemkaKun commented 11 months ago

https://github.com/vlang/v/pull/19015 made gg.Context mutable for create_image method. This causes CI checks in V repo to fail for this PR.

This PR introduces "non-invasive" fix to V UI to make CI on V repo pass