aboutsummaryrefslogtreecommitdiff
path: root/games/anki/files/patch-rslib_Cargo.toml
blob: 63f02f27d3dacc7e3139ee77dc027693df469a58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Enable "translations" feature to add the translations from the fluent repos.

--- rslib/Cargo.toml.orig	2021-05-04 05:04:50 UTC
+++ rslib/Cargo.toml
@@ -7,6 +7,11 @@ license = "AGPL-3.0-or-later"
 description = "Anki's Rust library code"
 build = "build/main.rs"
 
+[features]
+default = ["translations"]
+
+translations = []
+
 [lib]
 name = "anki"
 path = "src/lib.rs"