mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: add draw_ellipse_filled() + draw_ellipse_empty() APIs (#12869)
This commit is contained in:
@ -70,6 +70,7 @@ const (
|
||||
]
|
||||
skip_on_musl = [
|
||||
'vlib/v/tests/profile/profile_test.v',
|
||||
'vlib/gg/draw_fns_api_test.v',
|
||||
]
|
||||
skip_on_ubuntu_musl = [
|
||||
//'vlib/v/gen/js/jsgen_test.v',
|
||||
|
Reference in New Issue
Block a user