File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-bindings"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-cell"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-codegen"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -21,7 +21,7 @@ experimental-godot-api = []
21
21
experimental-threads = []
22
22
23
23
[dependencies ]
24
- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " }
24
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " }
25
25
26
26
heck = { workspace = true }
27
27
nanoserde = { workspace = true }
@@ -30,7 +30,7 @@ quote = { workspace = true }
30
30
regex = { workspace = true }
31
31
32
32
[build-dependencies ]
33
- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " } # emit_godot_version_cfg
33
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " } # emit_godot_version_cfg
34
34
35
35
# https://docs.rs/about/metadata
36
36
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-core"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -42,16 +42,16 @@ api-4-4 = ["godot-ffi/api-4-4"]
42
42
# ]]
43
43
44
44
[dependencies ]
45
- godot-ffi = { path = " ../godot-ffi" , version = " =0.2.4 " }
45
+ godot-ffi = { path = " ../godot-ffi" , version = " =0.3.0 " }
46
46
47
47
# See https://docs.rs/glam/latest/glam/index.html#feature-gates
48
48
glam = { workspace = true }
49
49
serde = { workspace = true , optional = true }
50
- godot-cell = { path = " ../godot-cell" , version = " =0.2.4 " }
50
+ godot-cell = { path = " ../godot-cell" , version = " =0.3.0 " }
51
51
52
52
[build-dependencies ]
53
- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " }
54
- godot-codegen = { path = " ../godot-codegen" , version = " =0.2.4 " }
53
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " }
54
+ godot-codegen = { path = " ../godot-codegen" , version = " =0.3.0 " }
55
55
56
56
# Reverse dev dependencies so doctests can use `godot::` prefix.
57
57
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-ffi"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -40,11 +40,11 @@ libc = { workspace = true }
40
40
41
41
[target .'cfg(target_family = "wasm")' .dependencies ]
42
42
# Only needed for WASM identifier generation.
43
- godot-macros = { path = " ../godot-macros" , version = " =0.2.4 " , features = [" experimental-wasm" ] }
43
+ godot-macros = { path = " ../godot-macros" , version = " =0.3.0 " , features = [" experimental-wasm" ] }
44
44
45
45
[build-dependencies ]
46
- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " }
47
- godot-codegen = { path = " ../godot-codegen" , version = " =0.2.4 " }
46
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " }
47
+ godot-codegen = { path = " ../godot-codegen" , version = " =0.3.0 " }
48
48
49
49
# https://docs.rs/about/metadata
50
50
[package .metadata .docs .rs ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot-macros"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -32,7 +32,7 @@ venial = { workspace = true }
32
32
libc = { workspace = true , optional = true }
33
33
34
34
[build-dependencies ]
35
- godot-bindings = { path = " ../godot-bindings" , version = " =0.2.4 " } # emit_godot_version_cfg
35
+ godot-bindings = { path = " ../godot-bindings" , version = " =0.3.0 " } # emit_godot_version_cfg
36
36
37
37
# Reverse dev dependencies so doctests can use `godot::` prefix.
38
38
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " godot"
3
- version = " 0.2.4 "
3
+ version = " 0.3.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.87"
6
6
license = " MPL-2.0"
@@ -10,7 +10,7 @@ description = "Rust bindings for Godot 4"
10
10
authors = [" Bromeon" , " godot-rust contributors" ]
11
11
repository = " https://github.com/godot-rust/gdext"
12
12
homepage = " https://godot-rust.github.io"
13
- documentation = " https://docs.rs/godot/0.2.4 "
13
+ documentation = " https://docs.rs/godot/0.3.0 "
14
14
readme = " crate-readme.md"
15
15
16
16
[features ]
@@ -49,8 +49,8 @@ __debug-log = ["godot-core/debug-log"]
49
49
__trace = [" godot-core/trace" ]
50
50
51
51
[dependencies ]
52
- godot-core = { path = " ../godot-core" , version = " =0.2.4 " }
53
- godot-macros = { path = " ../godot-macros" , version = " =0.2.4 " }
52
+ godot-core = { path = " ../godot-core" , version = " =0.3.0 " }
53
+ godot-macros = { path = " ../godot-macros" , version = " =0.3.0 " }
54
54
55
55
# https://docs.rs/about/metadata
56
56
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments