Function ggez::filesystem::write_config[][src]

pub fn write_config(ctx: &mut Context, conf: &Conf) -> GameResult
Expand description

Takes a Conf object and saves it to the user directory, overwriting any file already there.