mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
Compare commits
3 Commits
c0363de459
...
9334cd4ee9
Author | SHA1 | Date | |
---|---|---|---|
|
9334cd4ee9 | ||
|
342c967fdc | ||
|
b2baf33851 |
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
# libmks 0.1.1
|
||||
|
||||
- Support touch events that were added recently to QEMU
|
||||
- Improvement to the rendering fixing frame drops or updating wrong regions
|
||||
- Expose a Mks.Display.get_event_position_in_guest helper function.
|
||||
Allowing end-users of the library to implement things like touch emulation
|
||||
- Migrate to GNOME Gitlab group
|
||||
|
||||
# libmks 0.1.0
|
||||
|
||||
This is an initial preview release of a new library which provides
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('libmks', 'c',
|
||||
version: '0.1.1',
|
||||
version: '0.1.2',
|
||||
meson_version: '>= 0.62.0',
|
||||
default_options: ['warning_level=2', 'werror=false', 'c_std=gnu11'],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user