Skip to content

Commit 4223545

Browse files
committed
use standalone mikktspace
1 parent 7b5e4e3 commit 4223545

File tree

11 files changed

+1
-3530
lines changed

11 files changed

+1
-3530
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ These are generally BSD-like, but exact details vary by crate:
118118
If the README of a crate contains a 'License' header (or similar), the additional copyright notices and license terms applicable to that crate will be listed.
119119
The above licensing requirement still applies to contributions to those crates, and sections of those crates will carry those license terms.
120120
The [license](https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields) field of each crate will also reflect this.
121-
For example, [`bevy_mikktspace`](./crates/bevy_mikktspace/README.md#license-agreement) has code under the Zlib license (as well as a copyright notice when choosing the MIT license).
122121

123122
The [assets](assets) included in this repository (for our [examples](./examples/README.md)) typically fall under different open licenses.
124123
These will not be included in your game (unless copied in by you), and they are not distributed in the published bevy crates.

crates/bevy_mesh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bevy_math = { path = "../bevy_math", version = "0.17.0-dev" }
1616
bevy_reflect = { path = "../bevy_reflect", version = "0.17.0-dev" }
1717
bevy_ecs = { path = "../bevy_ecs", version = "0.17.0-dev" }
1818
bevy_transform = { path = "../bevy_transform", version = "0.17.0-dev" }
19-
bevy_mikktspace = { path = "../bevy_mikktspace", version = "0.17.0-dev" }
19+
bevy_mikktspace = { git = "https://github.com/atlv24/bevy_mikktspace.git", rev = "5c3b737e3e983ee586b2825457574474c6f9eb8e", version = "0.17.0-dev" }
2020
bevy_derive = { path = "../bevy_derive", version = "0.17.0-dev" }
2121
bevy_utils = { path = "../bevy_utils", version = "0.17.0-dev" }
2222
bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-features = false, features = [

crates/bevy_mikktspace/Cargo.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

crates/bevy_mikktspace/LICENSE-APACHE

Lines changed: 0 additions & 176 deletions
This file was deleted.

crates/bevy_mikktspace/LICENSE-MIT

Lines changed: 0 additions & 26 deletions
This file was deleted.

crates/bevy_mikktspace/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)