[−][src]Function ggez::filesystem::read_config
pub fn read_config(ctx: &mut Context) -> GameResult<Conf>
Looks for a file named /conf.toml
in any resource directory and
loads it if it finds it.
If it can't read it for some reason, returns an error.