We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ffdec commit 621c409Copy full SHA for 621c409
CMakeLists.txt
@@ -16,7 +16,7 @@ endif()
16
17
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
18
19
-project(gm_asyncio VERSION 1.0.1 LANGUAGES CXX)
+project(gm_asyncio VERSION 1.0.3 LANGUAGES CXX)
20
21
# Enable -fPIC flag
22
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
README.md
@@ -1,10 +1,6 @@
1
# gm_asyncio [![Build][1]][2]
2
Make your Garry's Mod I/O asynchronous!
3
4
-
5
-> [!WARNING]
6
-> Linux build crashes on main branch. https://github.com/Pika-Software/gm_asyncio/issues/1
7
8
## Why?
9
Garry's Mod still doesn't have `file.AsyncWrite` function,.
10
Also `file.AsyncRead` also [doesn't work properly in menu state][3],
0 commit comments