-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wl_output now offers names and descriptions, but we use xdg_output for that. Fix the protocol version at 2 for the time being (should solve #28) pending further evaluation of whether xdg_output is needed at all And bump to 0.0.6, because I don't like the idea a release not working with the latest sway.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
project('waynergy', | ||
'c', | ||
version: '0.0.4' | ||
version: '0.0.6' | ||
) | ||
|
||
src_c = files( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters