Skip to content

Commit

Permalink
Publish 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Jan 12, 2024
1 parent 30a7248 commit 33f58c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dunge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dunge"
version = "0.2.3"
version = "0.3.0-alpha"
edition = "2021"
description = "Simple and portable 3d render library"
license = "MIT"
Expand All @@ -11,8 +11,8 @@ repository = "https://github.com/nanoqsh/dunge"
rust-version = "1.71"

[dependencies]
dunge_macros = { version = "=0.2.3", path = "../dunge_macros" }
dunge_shader = { version = "=0.2.3", path = "../dunge_shader" }
dunge_macros = { version = "=0.3.0-alpha", path = "../dunge_macros" }
dunge_shader = { version = "=0.3.0-alpha", path = "../dunge_shader" }
bytemuck = { workspace = true }
glam = { workspace = true }
instant = { version = "0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion dunge_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dunge_macros"
version = "0.2.3"
version = "0.3.0-alpha"
edition = "2021"
description = "Procmacro for the dunge library"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion dunge_shader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dunge_shader"
version = "0.2.3"
version = "0.3.0-alpha"
edition = "2021"
description = "Shader generator for the dunge library"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions dunge_tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "dunge_tools"
version = "0.2.3"
version = "0.3.0-alpha"
edition = "2021"
description = "Additional tools for the dunge library"
license = "MIT"
documentation = "https://docs.rs/dunge"
repository = "https://github.com/nanoqsh/dunge"

[dependencies]
dunge = { version = "=0.2.3", path = "../dunge" }
dunge = { version = "=0.3.0-alpha", path = "../dunge" }

[lints]
workspace = true

0 comments on commit 33f58c2

Please sign in to comment.