From d52fc61c10e68cb22ad545e4f9ec8cd2fef9f9b8 Mon Sep 17 00:00:00 2001 From: Jakub Arnold Date: Wed, 22 Nov 2023 00:55:29 +0100 Subject: [PATCH] Fix how ldtk examples are built --- Makefile | 2 +- comfy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 853c301..23c6ec3 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ default: example # default: lint # default: test -FLAGS=--features=blobs,git-version,dev +FLAGS=--features=blobs,git-version,dev,ldtk ENV_VARS=RUST_LOG=info,wgpu=warn,symphonia=warn,naga=warn RUST_BACKTRACE=1 bitmob: diff --git a/comfy/Cargo.toml b/comfy/Cargo.toml index a05165e..e0c6fee 100644 --- a/comfy/Cargo.toml +++ b/comfy/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/darthdeus/comfy" [features] -default = ["color-backtrace", "quick-exit", "use-wgpu", "ldtk"] +default = ["color-backtrace", "quick-exit", "use-wgpu"] dev = ["comfy-core/dev"] blobs = []