Skip to content

Commit

Permalink
Add clip engine placeholder as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jul 2, 2023
1 parent f56a398 commit 4281c5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 70 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
[submodule "helgoboss-learn"]
path = main/lib/helgoboss-learn
url = https://github.com/helgoboss/helgoboss-learn.git
[submodule "playtime-clip-engine"]
path = playtime-clip-engine
url = git@github.com:helgoboss/playtime-clip-engine-placeholder.git
69 changes: 0 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
rust-version = "1.68.2"

[features]
default = ["playtime"]
default = []
playtime = ["playtime-clip-engine", "playtime-api", "realearn-api/playtime"]

# Regenerate bindings (for dialog resource IDs and EEL functions)
Expand Down

0 comments on commit 4281c5e

Please sign in to comment.