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

pull/7415/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pub const (
// math.bits is needed by strconv.ftoa
pub const (
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 (