From 89d094e50f10fc56ec3c4b046c830c650f9f09d5 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 30 Nov 2024 03:02:25 +0100 Subject: [PATCH] Remove duplicated default feature (#16552) # Objective - The feature `android-game-activity` was in the default feature list twice ## Solution - Remove one of the features --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f773ad40ba..dc4fb9be49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,6 @@ unused_qualifications = "warn" [features] default = [ - "android-game-activity", "android-game-activity", "android_shared_stdcxx", "animation",