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
Just hello world creates ~20 mb file.
`package main import ( "cogentcore.org/core/core" ) func main() { win := core.NewBody("My Application") core.NewButton(win).SetText("Hello, World !") win.RunMainWindow() } `
just build the code with core build.
No response
Linux
The text was updated successfully, but these errors were encountered:
This is a duplicate of #733; we will continue to work on reducing binary sizes over time as much as possible.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Just hello world creates ~20 mb file.
How to reproduce
just build the code with core build.
Example code
No response
Relevant output
No response
Platform
Linux
The text was updated successfully, but these errors were encountered: