From 76d4c834e53fa673c8d22cd1e0ecb77f65769534 Mon Sep 17 00:00:00 2001 From: Sebastian Hamel Date: Thu, 20 Jul 2023 21:41:33 -0400 Subject: [PATCH] remove unused features --- Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d0aadd8..85a419b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,30 +16,15 @@ lto = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy = { version = "0.11.0", default-features = false, features = [ - "animation", "bevy_asset", - "bevy_audio", - "bevy_gilrs", - "bevy_scene", "bevy_winit", "bevy_core_pipeline", - "bevy_pbr", - "bevy_gltf", "bevy_render", "bevy_sprite", - "bevy_text", "bevy_ui", - "png", - "hdr", - "ktx2", - "zstd", - "vorbis", "x11", "filesystem_watcher", "bevy_gizmos", - "android_shared_stdcxx", - "tonemapping_luts", - "default_font", ] } vello = { git = "https://github.com/linebender/vello", rev = "b0303ccf98df15a8b196272720d364a56f7304ba" } vello_svg = { git = "https://github.com/linebender/vello", rev = "b0303ccf98df15a8b196272720d364a56f7304ba" }