Skip to content

Commit 2a7f9c1

Browse files
committed
rename in crevice tomls
1 parent 5987ab4 commit 2a7f9c1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

crates/bevy_crevice/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "crevice"
3-
description = "Create GLSL-compatible versions of structs with explicitly-initialized padding"
4-
version = "0.8.0"
2+
name = "bevy_crevice"
3+
description = "Create GLSL-compatible versions of structs with explicitly-initialized padding (Bevy version)"
4+
version = "0.5.0"
55
edition = "2021"
66
authors = ["Lucien Greathouse <[email protected]>"]
77
documentation = "https://docs.rs/crevice"
@@ -23,7 +23,7 @@ std = []
2323
# default-members = ["crevice-derive", "crevice-tests"]
2424

2525
[dependencies]
26-
crevice-derive = { version = "0.8.0", path = "crevice-derive" }
26+
bevy-crevice-derive = { version = "0.5.0", path = "bevy-crevice-derive" }
2727

2828
bytemuck = "1.4.1"
2929
mint = "0.5.8"

crates/bevy_crevice/bevy-crevice-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "crevice-derive"
3-
description = "Derive crate for the 'crevice' crate"
4-
version = "0.8.0"
2+
name = "bevy-crevice-derive"
3+
description = "Derive crate for the 'crevice' crate (Bevy version)"
4+
version = "0.5.0"
55
edition = "2018"
66
authors = ["Lucien Greathouse <[email protected]>"]
77
documentation = "https://docs.rs/crevice-derive"

crates/bevy_crevice/crevice-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2018"
77
wgpu-validation = ["wgpu", "naga", "futures"]
88

99
[dependencies]
10-
crevice = { path = ".." }
11-
crevice-derive = { path = "../crevice-derive", features = ["debug-methods"] }
10+
bevy_crevice = { path = ".." }
11+
bevy-crevice-derive = { path = "../bevy-crevice-derive", features = ["debug-methods"] }
1212

1313
anyhow = "1.0.44"
1414
bytemuck = "1.7.2"

0 commit comments

Comments
 (0)