Updated for Godot 4.6
This commit is contained in:
parent
10c2e5f2b0
commit
9a8ed5cfce
2 changed files with 38 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "path_mesh"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
@ -9,4 +9,4 @@ edition = "2021"
|
|||
crate-type = ["cdylib"] # Compile this crate to a dynamic C library.
|
||||
|
||||
[dependencies]
|
||||
godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }
|
||||
godot = "0.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue