mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: various fixes for [heap]/auto-heap handling (#10033)
This commit is contained in:
parent
5b4eef8010
commit
d26ac5692e
37 changed files with 279 additions and 149 deletions
|
@ -100,6 +100,7 @@ pub:
|
|||
native_rendering bool // Cocoa on macOS/iOS, GDI+ on Windows
|
||||
}
|
||||
|
||||
[heap]
|
||||
pub struct Context {
|
||||
render_text bool
|
||||
mut:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue