util: add clipboard & ui to bundle_modules (fix dupe symbols)
parent
19bfd5ffb5
commit
d782db8878
|
@ -15,7 +15,7 @@ pub const (
|
||||||
// math.bits is needed by strconv.ftoa
|
// math.bits is needed by strconv.ftoa
|
||||||
pub const (
|
pub const (
|
||||||
builtin_module_parts = ['math.bits', 'strconv', 'strconv.ftoa', 'hash', 'strings', 'builtin']
|
builtin_module_parts = ['math.bits', 'strconv', 'strconv.ftoa', 'hash', 'strings', 'builtin']
|
||||||
bundle_modules = ['sokol', 'gx', 'gg', 'fontstash']
|
bundle_modules = ['clipboard', 'fontstash', 'gg', 'gx', 'sokol', 'ui']
|
||||||
)
|
)
|
||||||
|
|
||||||
pub const (
|
pub const (
|
||||||
|
|
Loading…
Reference in New Issue