Skip to content

Commit

Permalink
chore: some textual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 6, 2024
1 parent af953bd commit 3b6a29b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
contents: write

steps:
- name: Release on GitHub
- name: Draft release on GitHub
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
draft: true
Expand Down
11 changes: 5 additions & 6 deletions fenster-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ source = {
}
description = {
summary = 'The most minimal cross-platform GUI library - now in Lua! (WIP)',
detailed = [[
A Lua binding for the [fenster](https://github.com/zserge/fenster) C
library, providing a minimal cross-platform GUI library for creating
windows and drawing pixels. This binding is currently in development
and not feature-complete.
]],
detailed = '' ..
'A Lua binding for the fenster (https://github.com/zserge/fenster) ' ..
'C library, providing a minimal cross-platform GUI library for ' ..
'creating windows and drawing pixels. This binding is currently in ' ..
'development and not feature-complete.',
license = 'MIT',
homepage = 'https://github.com/jonasgeiler/lua-fenster',
issues_url = 'https://github.com/jonasgeiler/lua-fenster/issues',
Expand Down

0 comments on commit 3b6a29b

Please sign in to comment.