Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Fix how ldtk examples are built
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Nov 21, 2023
1 parent dda9a5b commit d52fc61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion comfy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit d52fc61

Please sign in to comment.