Skip to content

Commit 621c409

Browse files
committed
Remove warning, fix example and bump version
1 parent 37ffdec commit 621c409

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif()
1616

1717
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1818

19-
project(gm_asyncio VERSION 1.0.1 LANGUAGES CXX)
19+
project(gm_asyncio VERSION 1.0.3 LANGUAGES CXX)
2020

2121
# Enable -fPIC flag
2222
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# gm_asyncio [![Build][1]][2]
22
Make your Garry's Mod I/O asynchronous!
33

4-
5-
> [!WARNING]
6-
> Linux build crashes on main branch. https://github.com/Pika-Software/gm_asyncio/issues/1
7-
84
## Why?
95
Garry's Mod still doesn't have `file.AsyncWrite` function,.
106
Also `file.AsyncRead` also [doesn't work properly in menu state][3],

0 commit comments

Comments
 (0)