Go to file
Damien Elmes 02dfc19250 hash the lock files
GitHub's cache is not a great fit for Bazel, but this will do for now
2020-11-04 21:02:10 +10:00
.github hash the lock files 2020-11-04 21:02:10 +10:00
cargo switch to the stable Python ABI 2020-11-03 20:29:07 +10:00
docs doc updates 2020-11-04 14:01:14 +10:00
pip move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
platforms move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
pylib move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
qt move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
rslib fixes for consuming rust lib from external repo 2020-11-04 19:20:49 +10:00
scripts extract version from defs.bzl; gate buildhash on optimized build 2020-11-04 14:02:08 +10:00
ts move backend.proto into rslib/ 2020-11-02 16:28:31 +10:00
.bazelignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
.bazelrc extract version from defs.bzl; gate buildhash on optimized build 2020-11-04 14:02:08 +10:00
.bazelversion initial Bazel conversion 2020-11-01 14:26:58 +10:00
.gitattributes enforce eol normalization in gitattributes 2020-11-01 15:24:25 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
bazel.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel extract version from defs.bzl; gate buildhash on optimized build 2020-11-04 14:02:08 +10:00
CONTRIBUTORS Space for author check 2020-10-29 12:30:40 +01:00
defs.bzl fixes for consuming rust lib from external repo 2020-11-04 19:20:49 +10:00
late_deps.bzl move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
LICENSE move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
packages.bzl fixes for consuming rust lib from external repo 2020-11-04 19:20:49 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
python.bzl initial Bazel conversion 2020-11-01 14:26:58 +10:00
README.md initial Bazel conversion 2020-11-01 14:26:58 +10:00
run move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
run.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
WORKSPACE move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00

Anki

This repo contains the source code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/

For more information on building, please see Development.