Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@ One of the following native library files must be located in the same directory

When running on Windows, make sure that the **lua53.dll** is also deployed in the same directory.

### Deprecation of lua@5.3 on Homebrew (macOS)
Since Lua 5.3 has been deprecated on Homebrew, it is not possible to build native libraries for macOS (`libhighlight-*.dylib`). With this change, `Smdn.LibHighlightSharp.Bindings` version 4.15 or later will no longer include native libraries for macOS.

# Documents

## API list
Expand Down
2 changes: 1 addition & 1 deletion src/Highlight.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT
<Highlight_MinimumSupportedVersionInclusive>3.36.0</Highlight_MinimumSupportedVersionInclusive>
<Highlight_MaximumSupportedVersionExclusive>5.0.0</Highlight_MaximumSupportedVersionExclusive>

<Highlight_SourceVersionMajorMinor>4.14</Highlight_SourceVersionMajorMinor>
<Highlight_SourceVersionMajorMinor>4.15</Highlight_SourceVersionMajorMinor>
<Lua_VersionMajorMinor>5.3</Lua_VersionMajorMinor>
<Lua_VersionMajorMinorPatch>5.3.6</Lua_VersionMajorMinorPatch>
</PropertyGroup>
Expand Down
Loading
Loading