We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to compile my code with the v compiler, I get the following error:
``iskander@pc ~/path/ $ v main.v
/home/iskander/.vmodules/damienfamed75/vraylib/text.v:65:2: error: unexpected name fontSize, expecting , 63 | text string, 64 | rec Rectangle 65 | fontSize, spacing f32 | ~~~~~~~~ 66 | wordWrap bool, 67 | tint Color,``
fontSize
,
The text was updated successfully, but these errors were encountered:
V version: 0.1.29 d88e8bb
Sorry, something went wrong.
yeah there are a lot of bugs to get it working with the new version of raylib and vlang, check my fork, it seems to work now
No branches or pull requests
When I try to compile my code with the v compiler, I get the following error:
``iskander@pc ~/path/ $ v main.v
/home/iskander/.vmodules/damienfamed75/vraylib/text.v:65:2: error: unexpected name
fontSize
, expecting,
63 | text string,
64 | rec Rectangle
65 | fontSize, spacing f32
| ~~~~~~~~
66 | wordWrap bool,
67 | tint Color,``
The text was updated successfully, but these errors were encountered: