summaryrefslogtreecommitdiffstats
path: root/categories/src/tuning.rs
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-08-15 00:20:21 +0100
committerKornel <kornel@geekhood.net>2019-08-15 00:20:21 +0100
commit80fa8ac502deea516862fdaa416829be798901b8 (patch)
tree12e5f031a6e801059431157cd9730d762b27c8a6 /categories/src/tuning.rs
parentc11544119f37855e2191166c5521379a0c328a09 (diff)
Moar lab crates
Diffstat (limited to 'categories/src/tuning.rs')
-rw-r--r--categories/src/tuning.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/categories/src/tuning.rs b/categories/src/tuning.rs
index df6fd37..99e18db 100644
--- a/categories/src/tuning.rs
+++ b/categories/src/tuning.rs
@@ -835,7 +835,7 @@ lazy_static! {
&[("embedded", 1.3, 0.25), ("no-std", 0.9, 0.), ("wasm", 0.7, 0.), ("multimedia::encoding", 0.8, 0.), ("development-tools", 0.8, 0.), ("web-programming", 0.7, 0.)]),
(Cond::All(&["metal", "bare"]), &[("embedded", 1.3, 0.2), ("os", 0.9, 0.), ("no-std", 0.9, 0.)]),
- (Cond::Any(&["game", "utils", "json", "simulation", "turtle"]), &[("rendering::engine", 0.7, 0.), ("database", 0.9, 0.), ("asynchronous", 0.9, 0.)]),
+ (Cond::Any(&["game", "json", "simulation", "turtle"]), &[("rendering::engine", 0.7, 0.), ("database", 0.9, 0.), ("internationalization", 0.8, 0.), ("asynchronous", 0.9, 0.)]),
(Cond::Any(&["game", "games"]),
&[("games", 1.25, 0.2), ("science::math", 0.6, 0.), ("wasm", 0.8, 0.), ("science::ml", 0.7, 0.), ("development-tools::cargo-plugins", 0.7, 0.),
("rendering::engine", 0.8, 0.), ("embedded", 0.75, 0.), ("filesystem", 0.5, 0.), ("web-programming::http-client", 0.5, 0.),
@@ -848,7 +848,7 @@ lazy_static! {
(Cond::Any(&["vector", "openai", "client"]), &[("games", 0.7, 0.), ("emulators", 0.8, 0.), ("config", 0.8, 0.), ("development-tools::cargo-plugins", 0.7, 0.)]),
(Cond::NotAny(&["gamedev", "game", "games", "sdl", "ecs", "specs", "game-dev", "dep:allegro", "bounding", "library", "utils", "format", "polygon", "amethyst", "piston", "chess", "board", "ai"]),
&[("game-engines", 0.5, 0.)]),
- (Cond::NotAny(&["game", "games", "gamedev", "game-dev", "tetris", "conway", "level", "roguelike", "save", "play", "fun", "voxel", "puzzle", "toy", "cards", "sudoku", "puzzle", "bounding", "chess", "amethyst", "piston"]),
+ (Cond::NotAny(&["game", "games", "gamedev", "game-dev", "tetris", "conway", "level", "roguelike", "save", "rpg", "play", "fun", "voxel", "puzzle", "toy", "cards", "sudoku", "puzzle", "bounding", "chess", "amethyst", "piston"]),
&[("game-engines", 0.8, 0.), ("games", 0.8, 0.)]),
(Cond::All(&["game", "2d"]), &[("games", 1.1, 0.), ("game-engines", 1.1, 0.)]),
(Cond::All(&["game", "3d"]), &[("games", 1.1, 0.), ("game-engines", 1.1, 0.)]),
@@ -880,6 +880,8 @@ lazy_static! {
(Cond::All(&["game", "development"]), &[("game-engines", 1.3, 0.2), ("games", 0.3, 0.)]),
(Cond::All(&["game", "dev"]), &[("game-engines", 1.2, 0.), ("games", 0.9, 0.)]),
(Cond::Any(&["games"]), &[("gui", 0.8, 0.)]),
+ (Cond::All(&["rpg", "game"]), &[("games", 1.2, 0.2), ("game-engines", 1.1, 0.)]),
+ (Cond::All(&["voxel", "game"]), &[("games", 1.2, 0.2), ("game-engines", 1.1, 0.)]),
(Cond::Any(&["unreal-engine"]), &[("games", 1.2, 0.), ("game-engines", 1.1, 0.)]),
(Cond::All(&["unreal", "engine"]), &[("games", 1.2, 0.), ("game-engines", 1.1, 0.)]),
(Cond::Any(&["boundingbox", "bounding-box", "aabb"]), &[("game-engines", 1.1, 0.), ("rendering::engine", 0.8, 0.)]),