From 71736897eddd20ebc141af9c60a19a0142e466a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Wed, 21 Feb 2024 23:14:01 +0000 Subject: [PATCH] remove old comments --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8089c18..30b9fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ documentation = "https://docs.rs/bevy_iced" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -# NOTE: temp using "main" branch until a release with wgpu version matching iced bevy_app = "0.13" bevy_derive = "0.13" bevy_ecs = "0.13" @@ -23,7 +22,6 @@ bevy_render = "0.13" bevy_utils = "0.13" bevy_window = "0.13" -# NOTE: temp using "master" branch until a release with wgpu version matching bevy iced_core = "0.12" iced_runtime = "0.12" iced_wgpu = "0.12"