Skip to content

Commit

Permalink
allow finding engines in subdirectories
Browse files Browse the repository at this point in the history
resolves #210
  • Loading branch information
lilopkins committed Dec 5, 2024
1 parent 3aceec9 commit bac8627
Show file tree
Hide file tree
Showing 8 changed files with 1,321 additions and 1,077 deletions.
196 changes: 196 additions & 0 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 testangel-user-interaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ crate-type = ["cdylib"]

[dependencies]
lazy_static = "1.4.0"
rfd = { version = "0.15.1", default-features = false, features = [ "xdg-portal" ] }
rfd = "0.15.1"
testangel-engine = { path = "../testangel-engine" }
thiserror = "2.0.4"
Loading

0 comments on commit bac8627

Please sign in to comment.