Skip to content

Commit 759b611

Browse files
planetis-mqwencoder
andcommitted
Prepare release v25.42.0 with updated raylib bindings
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 54209b2 commit 759b611

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

manual/alternatives_table.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ SaveFileData writeFile seq[byte] overload
1414
LoadFileText readFile
1515
SaveFileText writeFile string overload
1616
FileExists os.fileExists
17-
FileRename os.moveFile Use moveFile for renaming
18-
FileRemove os.removeFile Use removeFile to delete
19-
FileCopy os.copyFile Use copyFile
20-
FileMove os.moveFile Use moveFile
21-
FileTextReplace strutils.replace Use replace from strutils
22-
FileTextFindIndex strutils.find Use find from strutils
17+
FileRename os.moveFile
18+
FileRemove os.removeFile
19+
FileCopy os.copyFile
20+
FileMove os.moveFile
21+
FileTextReplace strutils.replace
22+
FileTextFindIndex strutils.find
2323
DirectoryExists os.dirExists
2424
IsFileExtension strutils.endsWith
2525
GetFileExtension os.splitFile, os.searchExtPos
@@ -52,9 +52,9 @@ TextLength len
5252
TextFormat strutils.format, strformat.`&`
5353
TextSubtext substr
5454
TextReplace strutils.replace, strutils.multiReplace
55-
TextRemoveSpaces strutils.strip, strutils.multiReplace Use strip or multiReplace to remove spaces
56-
GetTextBetween Manual implementation Need to write a custom function
57-
TextReplaceBetween Manual implementation Need to write a custom function
55+
TextRemoveSpaces strutils.strip
56+
GetTextBetween None Write a function
57+
TextReplaceBetween None Write a function
5858
TextInsert insert
5959
TextJoin strutils.join
6060
TextSplit strutils.split, unicode.split
@@ -101,7 +101,7 @@ DecodeDataBase64 base64.decode
101101
ComputeCRC32 crunchy.crc32 External package
102102
ComputeMD5 checksums.md5 External package
103103
ComputeSHA1 checksums.sha1 External package
104-
ComputeSHA256 checksums.sha256 External package
104+
ComputeSHA256 checksums.sha2 External package
105105
================== ===================== ================
106106

107107
Misc

naylib.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "25.37.0"
3+
version = "25.42.0"
44
author = "Antonis Geralis"
55
description = "Raylib Nim wrapper"
66
license = "MIT"

0 commit comments

Comments
 (0)