mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove humanize submodule (#2422)
This commit is contained in:
parent
4ac921cb1b
commit
5fa829202d
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
|||
[submodule "lib/libcommuni"]
|
||||
path = lib/libcommuni
|
||||
url = https://github.com/communi/libcommuni
|
||||
[submodule "lib/humanize"]
|
||||
path = lib/humanize
|
||||
url = https://github.com/pajlada/humanize.git
|
||||
[submodule "lib/qBreakpad"]
|
||||
path = lib/qBreakpad
|
||||
url = https://github.com/jiakuan/qBreakpad.git
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
- Dev: Migrated `Kraken::getChannel` to Helix. (#2381)
|
||||
- Dev: Build in CI with multiple Qt versions (#2349)
|
||||
- Dev: Updated minimum required macOS version to 10.14 (#2386)
|
||||
- Dev: Removed unused `humanize` library (#2422)
|
||||
|
||||
## 2.2.2
|
||||
|
||||
|
|
|
@ -89,7 +89,6 @@ CONFIG(debug, debug|release) {
|
|||
|
||||
# Submodules
|
||||
include(lib/warnings.pri)
|
||||
include(lib/humanize.pri)
|
||||
include(lib/libcommuni.pri)
|
||||
include(lib/websocketpp.pri)
|
||||
include(lib/wintoast.pri)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4e00a03623966723f23ca3034c1ad944009cd7be
|
|
@ -1,2 +0,0 @@
|
|||
# settings
|
||||
INCLUDEPATH += $$PWD/../lib/humanize/include/
|
Loading…
Reference in a new issue