Skip to content

Commit

Permalink
Merge pull request #1076 from AmbientRun/fix-assimp-example
Browse files Browse the repository at this point in the history
Fix assimp example
  • Loading branch information
FredrikNoren authored Oct 12, 2023
2 parents a720a9d + c9e41a0 commit c2e64af
Show file tree
Hide file tree
Showing 7 changed files with 72,366 additions and 34 deletions.
23 changes: 0 additions & 23 deletions guest/rust/Cargo.lock

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

1 change: 0 additions & 1 deletion guest/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@ ulid = { version = "1.0.0", features = ["serde"] }
indexmap = { version = "2.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
ordered-float = "3.9.1"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
3 changes: 0 additions & 3 deletions guest/rust/examples/assets/assimp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ required-features = ["server"]
[features]
client = ["ambient_api/client"]
server = ["ambient_api/server"]

[build-dependencies]
zip = { workspace = true }
1 change: 0 additions & 1 deletion guest/rust/examples/assets/assimp/assets/.gitignore

This file was deleted.

Loading

0 comments on commit c2e64af

Please sign in to comment.