feat: version bump

This commit is contained in:
Nova
2023-07-22 18:31:09 -04:00
parent a85504a71a
commit 95ecef3426
2 changed files with 3 additions and 8 deletions

2
Cargo.lock generated
View File

@@ -2038,7 +2038,7 @@ dependencies = [
[[package]]
name = "stardust-xr-server"
version = "0.42.0"
version = "0.42.1"
dependencies = [
"atty",
"clap",

View File

@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "stardust-xr-server"
version = "0.42.0"
version = "0.42.1"
authors = ["Nova King <technobaboo@proton.me>"]
description = "Stardust XR reference display server"
license = "GPLv2"
@@ -70,12 +70,7 @@ version = "0.16.7"
git = "https://github.com/smithay/smithay.git" # Until we get stereokit to understand OES samplers and external textures
# path = "../smithay"
default-features = false
features = [
"desktop",
"backend_drm",
"renderer_gl",
"wayland_frontend",
]
features = ["desktop", "backend_drm", "renderer_gl", "wayland_frontend"]
version = "*"
optional = true