Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki-7 committed Jan 15, 2023
1 parent 740c065 commit ddd3aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
with:
repository: zwin-project/zwin
path: zwin
ref: draft

- name: Build zwin
working-directory: ./zwin
Expand Down
3 changes: 1 addition & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ XR Desktop Environment

. zwin protocols +
Please see https://github.com/zwin-project/zwin[zwin-project/zwin]
to build and install. +
[yellow]#***__important__**#: Please use `draft` branch.
to build and install.
. zen-remote +
Please see https://github.com/zwin-project/zen-remote[zwin-project/zen-remote]
to build and install.
Expand Down
7 changes: 3 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'zen', 'c', 'cpp',
version: '0.0.1-dev',
version: '0.1.0',
license: 'MIT',
meson_version: '>= 0.58.0',
default_options: [ 'warning_level=3', 'werror=true', 'optimization=2', 'c_std=gnu11', 'cpp_std=gnu++17' ],
Expand Down Expand Up @@ -94,9 +94,8 @@ openvr_req = '>= 1.12.5'
wayland_protocols_req = '>= 1.24'
wayland_req = '>= 1.18.0'
wlroots_req = ['>= 0.15', '< 0.16']
wlr_glew_renderer_req = '0.15.1.1'
zen_remote_server_req = '0.1.0.28'
zwin_protocols_req = '0.0.2'
zen_remote_server_req = '0.1.1'
zwin_protocols_req = '0.1.0'

glew_proj = subproject(
'glew',
Expand Down

0 comments on commit ddd3aad

Please sign in to comment.