Closed atrosekta closed 6 months ago
Hello, thank you for your report
Even when using application-specific config files, Makima needs a generic/default file to fall back to, even if it's empty. However, I agree that this is confusing so I've just released v0.6.5 which assumes an empty generic file if none is found. Let me know if it works for you.
Regarding Cargo, yes, cargo build
creates a debug executable while cargo build --release
creates an optimized executable, so you should definitely use --release
.
I'll add a new "build" section to the Readme today for those unfamiliar with Rust!
Edit: I've rewritten the docs, the build process should be clear now
the program crash on startup when parsing config files that should be application-specific
if i rename the config file to the same thing without
::gamescope
, the program start correcly and configured remap works as intendedalso, i suggest adding the compile command to readme, i dont know rust, by a quick search it worked with
cargo build
, but i thinks i should have used--release
flag ?