Skip to content

Commit

Permalink
feat: Adding Vector3 for all the [f32; 3]
Browse files Browse the repository at this point in the history
Adding Vector3 for all the [f32; 3]
  • Loading branch information
ElhamAryanpur authored Jan 11, 2025
2 parents ec69cb0 + da69d1e commit b84b193
Show file tree
Hide file tree
Showing 17 changed files with 3,049 additions and 2,024 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ target
tools
res
resources/*.png
crates/blue_engine_core/Cargo.lock
23 changes: 20 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ u16 = ["blue_engine_core?/u16", "blue_engine_dynamic?/u16"]
u32 = ["blue_engine_core?/u32", "blue_engine_dynamic?/u32"]

[dependencies]
blue_engine_core = { version = "0.6.0", optional = true }
blue_engine_core = { path = "./crates/blue_engine_core", optional = true }

# Wasm does not support dynamic linking.
[target.'cfg(not(target_family = "wasm"))'.dependencies]
Expand Down
Loading

0 comments on commit b84b193

Please sign in to comment.