Skip to content

Commit

Permalink
update deps (including toxcore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Mar 9, 2024
1 parent b89dfa6 commit 90e8438
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external/solanaceae_contact
Submodule solanaceae_contact updated 1 files
+4 −0 README.md
2 changes: 1 addition & 1 deletion external/solanaceae_message3
2 changes: 1 addition & 1 deletion external/solanaceae_tox
3 changes: 3 additions & 0 deletions external/toxcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ add_library(toxcore STATIC
${TOX_DIR}toxcore/ccompat.h
${TOX_DIR}toxcore/crypto_core.c
${TOX_DIR}toxcore/crypto_core.h
${TOX_DIR}toxcore/crypto_core_pack.c
${TOX_DIR}toxcore/crypto_core_pack.h
${TOX_DIR}toxcore/DHT.c
${TOX_DIR}toxcore/DHT.h
${TOX_DIR}toxcore/events/conference_connected.c
Expand All @@ -27,6 +29,7 @@ add_library(toxcore STATIC
${TOX_DIR}toxcore/events/conference_peer_list_changed.c
${TOX_DIR}toxcore/events/conference_peer_name.c
${TOX_DIR}toxcore/events/conference_title.c
${TOX_DIR}toxcore/events/dht_get_nodes_response.c
${TOX_DIR}toxcore/events/events_alloc.c
${TOX_DIR}toxcore/events/events_alloc.h
${TOX_DIR}toxcore/events/file_chunk_request.c
Expand Down
2 changes: 1 addition & 1 deletion external/toxcore/c-toxcore
Submodule c-toxcore updated 358 files

0 comments on commit 90e8438

Please sign in to comment.