mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-06-28 16:30:24 +03:00
Compare commits
3 Commits
0167c017a0
...
main
Author | SHA1 | Date | |
---|---|---|---|
3189f7c769 | |||
8bc62fdae4 | |||
accbd01ad6 |
@ -30,4 +30,4 @@ GPL-3.0-only
|
|||||||
|
|
||||||
See `LICENSE` for more information.
|
See `LICENSE` for more information.
|
||||||
|
|
||||||
Copyright © 2024 Kirill Primak
|
Copyright © 2025 Kirill Primak
|
||||||
|
@ -43,4 +43,4 @@ png-compression = 6
|
|||||||
# Key bindings. Each binding is a comma-separated list of key names; empty names
|
# Key bindings. Each binding is a comma-separated list of key names; empty names
|
||||||
# are ignored. A binding may be empty.
|
# are ignored. A binding may be empty.
|
||||||
quit-key = Escape
|
quit-key = Escape
|
||||||
save-key = Space,Enter
|
save-key = Space,Return
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'dulcepan',
|
'dulcepan',
|
||||||
'c',
|
'c',
|
||||||
version: '1.0.2',
|
version: '1.0.3',
|
||||||
license: 'GPL-3.0-only',
|
license: 'GPL-3.0-only',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
|
Reference in New Issue
Block a user