Skip to content

Commit

Permalink
temporarily add yupik
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Nov 18, 2023
1 parent b8f68a7 commit 5cdc61e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ pub fn do_this_on_startup() {
"WordSmog/spanish".into(),
game_config::make_jumbled_spanish_game_config().into(),
);
CACHED_GAME_CONFIG.write().unwrap().insert(
"CrosswordGame/yupik".into(),
game_config::make_yupik_game_config().into(),
);
CACHED_GAME_CONFIG.write().unwrap().insert(
"WordSmog/yupik".into(),
game_config::make_jumbled_yupik_game_config().into(),
);
}

fn err_to_str<T: std::fmt::Debug>(x: T) -> String {
Expand Down

0 comments on commit 5cdc61e

Please sign in to comment.