diff --git a/Cargo.lock b/Cargo.lock index 527fb7e..9840562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "stardust-xr-server" -version = "0.42.0" +version = "0.42.1" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0479def..e14e6f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "stardust-xr-server" -version = "0.42.0" +version = "0.42.1" authors = ["Nova King "] 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