Replies: 1 comment
-
You should use latest version from GitHub, this issue should be fixed in it. Try running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently began attempting programming in rust. Discovered FyRox last week.
Currently trying for a minimal 'game' --- just want to render a cube in a window, for now..
I want to embed this in another programme which uses
clip
and sub-commands.It dies here:
with:
Apparently, in true rust style, it is not possible to override the command line, so the
Args::parse()
re-processes the command linemptr gob-stopper
thus throwing the error.Is there a work-around?
Beta Was this translation helpful? Give feedback.
All reactions