1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

util: add clipboard & ui to bundle_modules (fix dupe symbols)

This commit is contained in:
joe-conigliaro 2020-12-20 03:38:11 +11:00
parent 19bfd5ffb5
commit d782db8878
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1

View File

@ -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 (