mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
79f99bd4f1
closes #351 BREAKING CHANGE: The old preferences panel has been replaced with a brand new one Preferences are now much simpler, full of visual illustrations, and should provide a much better experience. Pick between 3 styles (thumbnails, app-icons, titles), sizes, dark/light themes, high visibility options, and more!
18 lines
325 B
TOML
18 lines
325 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
fonttools = "==4.8.1"
|
|
googletrans = "==3.0.0"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|
|
|
|
[scripts]
|
|
font2png = "scripts/convert_font_to_png.sh"
|
|
translate = "python scripts/translate_i18n_tools.py resources/l10n --retry_translate"
|