Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Dec 4, 2020
1 parent 455ecd8 commit c74f6a2
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 26 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building-blocks"
version = "0.2.1"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
description = "Data types, collections, and algorithms for working with maps on 2D and 3D integer lattices. Commonly known as voxel data."
Expand Down Expand Up @@ -40,15 +40,15 @@ lto = true
lto = true

[dependencies]
building_blocks_core = { path = "crates/building_blocks_core", version = "0.2.1" }
building_blocks_storage = { path = "crates/building_blocks_storage", version = "0.2.1" }
building_blocks_core = { path = "crates/building_blocks_core", version = "0.3" }
building_blocks_storage = { path = "crates/building_blocks_storage", version = "0.3" }

# Optional, feature-gated
building_blocks_image = { path = "crates/building_blocks_image", version = "0.2", optional = true }
building_blocks_mesh = { path = "crates/building_blocks_mesh", version = "0.2", optional = true }
building_blocks_procgen = { path = "crates/building_blocks_procgen", version = "0.2", optional = true }
building_blocks_search = { path = "crates/building_blocks_search", version = "0.2", optional = true }
building_blocks_vox = { path = "crates/building_blocks_vox", version = "0.2", optional = true }
building_blocks_image = { path = "crates/building_blocks_image", version = "0.3", optional = true }
building_blocks_mesh = { path = "crates/building_blocks_mesh", version = "0.3", optional = true }
building_blocks_procgen = { path = "crates/building_blocks_procgen", version = "0.3", optional = true }
building_blocks_search = { path = "crates/building_blocks_search", version = "0.3", optional = true }
building_blocks_vox = { path = "crates/building_blocks_vox", version = "0.3", optional = true }

[dev-dependencies]
bevy = "0.3" # for examples
Expand Down
2 changes: 1 addition & 1 deletion crates/building_blocks_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_core"
version = "0.2.1"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions crates/building_blocks_image/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_image"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand All @@ -12,5 +12,5 @@ description = "Functions for converting from/to building-blocks arrays to/from 2
[dependencies]
image = { version = "0.23" }

building_blocks_core = { path = "../building_blocks_core", version = "0.2.1" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.2.1" }
building_blocks_core = { path = "../building_blocks_core", version = "0.3" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.3" }
6 changes: 3 additions & 3 deletions crates/building_blocks_mesh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_mesh"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand All @@ -10,8 +10,8 @@ keywords = ["voxel"]
description = "Fast meshing algorithms for voxel data structures."

[dependencies]
building_blocks_core = { path = "../building_blocks_core", version = "0.2" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.2" }
building_blocks_core = { path = "../building_blocks_core", version = "0.3" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.3" }

fnv = "1.0"

Expand Down
4 changes: 2 additions & 2 deletions crates/building_blocks_procgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_procgen"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand All @@ -10,4 +10,4 @@ keywords = ["voxel"]
description = "Algorithms for procedural generation of voxel data."

[dependencies]
building_blocks_core = { path = "../building_blocks_core", version = "0.2" }
building_blocks_core = { path = "../building_blocks_core", version = "0.3" }
6 changes: 3 additions & 3 deletions crates/building_blocks_search/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_search"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand All @@ -23,8 +23,8 @@ itertools = "0.9"
nalgebra = { version = "0.23", optional = true, features = ["mint"] }
ncollide3d = { version = "0.26", optional = true }

building_blocks_core = { path = "../building_blocks_core", version = "0.2" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.2" }
building_blocks_core = { path = "../building_blocks_core", version = "0.3" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.3" }

[dev-dependencies]
criterion = "0.3"
Expand Down
1 change: 0 additions & 1 deletion crates/building_blocks_search/src/octree_dbvt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use core::hash::Hash;
use fnv::FnvHashMap;
use ncollide3d::{
bounding_volume::AABB,
na,
partitioning::{self as nc_part, DBVTLeaf, DBVTLeafId, BVH, DBVT},
};

Expand Down
4 changes: 2 additions & 2 deletions crates/building_blocks_storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_storage"
version = "0.2.1"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ itertools = "0.9"
num = "0.3"
serde = { version = "1.0", features = ["derive"] }

building_blocks_core = { path = "../building_blocks_core", version = "0.2" }
building_blocks_core = { path = "../building_blocks_core", version = "0.3" }

[dependencies.compressible-map]
version = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions crates/building_blocks_vox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_vox"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand All @@ -12,5 +12,5 @@ description = "Functions for converting to/from building-blocks arrays from/to V
[dependencies]
dot_vox = "4.1"

building_blocks_core = { path = "../building_blocks_core", version = "0.2" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.2" }
building_blocks_core = { path = "../building_blocks_core", version = "0.3" }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.3" }

0 comments on commit c74f6a2

Please sign in to comment.