mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
ft: rename to freetype
This commit is contained in:
parent
865eee2f6b
commit
fbc480fbed
2 changed files with 12 additions and 14 deletions
|
@ -185,7 +185,7 @@ fn (p mut Parser) parse() {
|
|||
}
|
||||
p.fgenln('\n')
|
||||
p.builtin_mod = p.mod == 'builtin'
|
||||
p.can_chash = p.mod == 'ft' || p.mod == 'glfw' || p.mod=='glfw2' || p.mod=='ui' // TODO tmp remove
|
||||
p.can_chash = p.mod == 'freetype' || p.mod == 'glfw' || p.mod=='glfw2' || p.mod=='ui' // TODO tmp remove
|
||||
// Import pass - the first and the smallest pass that only analyzes imports
|
||||
// fully qualify the module name, eg base64 to encoding.base64
|
||||
fq_mod := p.table.qualify_module(p.mod, p.file_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue