-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #8
base: main
Are you sure you want to change the base?
Conversation
@@ -13,7 +13,7 @@ fn ecsact_include_dir() -> String { | |||
if rt_headers.is_ok() { | |||
let runfiles = Runfiles::create().unwrap(); | |||
let header = runfiles | |||
.rlocation("ecsact_runtime/ecsact/runtime.h") | |||
.rlocation("ecsact_runtime~/ecsact/runtime.h") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was the main issue for me
@@ -1,5 +1,3 @@ | |||
#define ECSACT_META_API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and I'm not sure why I put this here before 🤔
@@ -1,12 +1,12 @@ | |||
[workspace] | |||
resolver = "2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this fixed it?
✔️ 4f88cf1...b685fab - Conventional commits check succeeded. |
No description provided.