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

Commit

Permalink
Add missing ci-release feature to comfy-ldtk
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Feb 1, 2024
1 parent 101ae9a commit 459566a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion comfy-ldtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ authors = ["Jakub Arnold <[email protected]>"]
homepage = "https://comfyengine.org/"
repository = "https://github.com/darthdeus/comfy"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []
ci-release = []

[lib]
# crate-type = ["dylib"]

Expand Down
7 changes: 6 additions & 1 deletion comfy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ git-version = ["comfy-core/git-version"]
demo = []
embedded-assets = []
quick-exit = []
ci-release = ["comfy-core/ci-release", "comfy-wgpu/ci-release", "wayland"]
ci-release = [
"comfy-core/ci-release",
"comfy-wgpu/ci-release",
"comfy-ldtk/ci-release",
"wayland",
]

tracy = ["comfy-core/tracy", "comfy-wgpu/tracy"]

Expand Down

0 comments on commit 459566a

Please sign in to comment.