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:
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
Block a user