From 167a104239965cb793df7019471ad3426e041782 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 25 May 2022 10:35:17 -0400 Subject: [PATCH] disable serde for epaint --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1861add..8c29dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,9 +42,7 @@ eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [ "serde", ] } -epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [ - "serde", -] } +epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false } emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = false } shadow-rs = { version = "0.11", default-features = false }