From a0f7659a71665b46b3452206d1cbf746ea41df16 Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Tue, 1 Oct 2024 23:28:36 -0400 Subject: [PATCH] remove test wasm binding --- imgui/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/imgui/Cargo.toml b/imgui/Cargo.toml index 97718ac..57eccef 100644 --- a/imgui/Cargo.toml +++ b/imgui/Cargo.toml @@ -23,7 +23,6 @@ parking_lot = "0.12" cfg-if = "1" [features] -# default = ["docking"] wasm = ["imgui-sys/wasm"] freetype = ["imgui-sys/freetype"] docking = ["imgui-sys/docking"]