From 1d7539d790c2ea87808ef32166d05bc5869243f8 Mon Sep 17 00:00:00 2001 From: awtterpip Date: Tue, 12 Sep 2023 19:35:47 -0500 Subject: [PATCH] made the linked feature enabled by default --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad43a11..84e1f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,8 @@ name = "bevy_openxr" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[target.'cfg(windows)'.features] -default = ["linked"] - [features] +default = ["linked"] linked = ["openxr/linked", "openxr/static"] [dependencies]